#4cf23f

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

Shades of Lime Green #4CF23F

Tints of Lime Green #4CF23F

Color information

#4CF23F (or 0x4CF23F) is unknown color: approx Lime Green. HEX triplet: 4C, F2 and 3F. RGB value is (76,242,63). Sum of RGB (Red+Green+Blue) = 76+242+63=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF23F is #B30DC0. Grayscale: #ACACAC. Windows color (decimal): -11734465 or 4190796. OLE color: 4190796.

HSL color Cylindrical-coordinate representation of color #4CF23F: hue angle of 115.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CF23F is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB7624263-
CMYK0.6900.740.05
HSL115.64º87.32%59.8%-
HSV(B)115.64º73.97%94.9%-
XYZ35.6365.415.45-
YUV171.9666.559.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 242 (94.92% from 255) = 63.52%
BLUE value IS 63 (25% from 255) = 16.54%
R=19.95%
G=63.52%
B=16.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76242630.6900.740.05115.6487.3259.8
Hex4CF23F4504A574573c
Octal114362771050112516412774
Binary10011001111001011111110001010100101010111101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cf23f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,242,63); }

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

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

 a { background-color: rgb(76,242,63); }

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

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

 span { border-color: rgb(76,242,63); }

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