#38CA46

Color #38CA46 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #38CA46

Tints of Lime Green #38CA46

Color information

#38CA46 (or 0x38CA46) is unknown color: approx Lime Green. HEX triplet: 38, CA and 46. RGB value is (56,202,70). Sum of RGB (Red+Green+Blue) = 56+202+70=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CA46 is #C735B9. Grayscale: #8F8F8F. Windows color (decimal): -13055418 or 4639288. OLE color: 4639288.

HSL color Cylindrical-coordinate representation of color #38CA46: hue angle of 125.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA46 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB5620270-
CMYK0.7200.650.21
HSL125.75º57.94%50.59%-
HSV(B)125.75º72.28%79.22%-
XYZ23.8643.5212.94-
YUV143.386.6365.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 202 (79.30% from 255) = 61.59%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=17.07%
G=61.59%
B=21.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56202700.7200.650.21125.7557.9450.59
Hex38CA4648041157e3a33
Octal703121061100101251767263
Binary111000110010101000110100100001000001101011111110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38CA46; }

 p { color: rgb(56,202,70); }

 H1.HeaderClassName
 {
   color: #38CA46;
 }
 .AnyTagClassName
 {
   color: #38CA46;
 }
</style>
background-color css

<style>
 a { background-color: #38CA46; }

 a { background-color: rgb(56,202,70); }

 div.DivClassName
 {
   background-color: #38CA46;
 }
 .BgClassName
 {
   background-color: #38CA46;
 }
</style>
border-color css

<style>
 span { border-color: #38CA46; }

 span { border-color: rgb(56,202,70); }

 td.TdClassName
 {
   border-color: #38CA46;
 }
 .TagClassName
 {
   border-color: #38CA46;
 }
</style>