#4ECB4B

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

Shades of Lime Green #4ECB4B

Tints of Lime Green #4ECB4B

Color information

#4ECB4B (or 0x4ECB4B) is unknown color: approx Lime Green. HEX triplet: 4E, CB and 4B. RGB value is (78,203,75). Sum of RGB (Red+Green+Blue) = 78+203+75=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECB4B is #B134B4. Grayscale: #979797. Windows color (decimal): -11613365 or 4967246. OLE color: 4967246.

HSL color Cylindrical-coordinate representation of color #4ECB4B: hue angle of 118.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ECB4B is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB7820375-
CMYK0.6200.630.20
HSL118.59º55.17%54.51%-
HSV(B)118.59º63.05%79.61%-
XYZ25.7744.8413.95-
YUV151.0385.0975.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 203 (79.69% from 255) = 57.02%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=21.91%
G=57.02%
B=21.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78203750.6200.630.20118.5955.1754.51
Hex4ECB4B3E03F14773737
Octal11631311376077241676767
Binary10011101100101110010111111100111111101001110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ECB4B; }

 p { color: rgb(78,203,75); }

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

<style>
 a { background-color: #4ECB4B; }

 a { background-color: rgb(78,203,75); }

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

<style>
 span { border-color: #4ECB4B; }

 span { border-color: rgb(78,203,75); }

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