#4AF23E

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

Shades of Lime Green #4AF23E

Tints of Lime Green #4AF23E

Color information

#4AF23E (or 0x4AF23E) is unknown color: approx Lime Green. HEX triplet: 4A, F2 and 3E. RGB value is (74,242,62). Sum of RGB (Red+Green+Blue) = 74+242+62=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF23E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF23E is #B50DC1. Grayscale: #ABABAB. Windows color (decimal): -11865538 or 4125258. OLE color: 4125258.

HSL color Cylindrical-coordinate representation of color #4AF23E: hue angle of 116º 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 #4AF23E is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB7424262-
CMYK0.6900.740.05
HSL116º87.38%59.61%-
HSV(B)116º74.38%94.9%-
XYZ35.4565.3115.29-
YUV171.2566.3458.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 242 (94.92% from 255) = 64.02%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=19.58%
G=64.02%
B=16.40%

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
Decimal74242620.6900.740.0511687.3859.61
Hex4AF23E4504A574573c
Octal112362761050112516412774
Binary10010101111001011111010001010100101010111101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,242,62); }

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

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

 a { background-color: rgb(74,242,62); }

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

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

 span { border-color: rgb(74,242,62); }

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