#4ECB32

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

Shades of Lime Green #4ECB32

Tints of Lime Green #4ECB32

Color information

#4ECB32 (or 0x4ECB32) is unknown color: approx Lime Green. HEX triplet: 4E, CB and 32. RGB value is (78,203,50). Sum of RGB (Red+Green+Blue) = 78+203+50=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECB32 is #B134CD. Grayscale: #949494. Windows color (decimal): -11613390 or 3328846. OLE color: 3328846.

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

Color convert

RGB7820350-
CMYK0.6200.750.20
HSL109.02º60.47%49.61%-
HSV(B)109.02º75.37%79.61%-
XYZ25.0744.5610.3-
YUV148.1872.5977.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 203 (79.69% from 255) = 61.33%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=23.56%
G=61.33%
B=15.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78203500.6200.750.20109.0260.4749.61
Hex4ECB323E04B146d3c32
Octal11631362760113241557462
Binary10011101100101111001011111001001011101001101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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