Html Css Color HEX #4AF23C Lime Green

📋 copy color: '#4AF23C'

red 74 ◦ green 242 ◦ blue 60

#4AF23C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4AF23C

Tints of Lime Green #4AF23C

RGB

 RED value IS 74 (29.3% from 255) = 19.68%

 GREEN value IS 242 (94.92% from 255) = 64.36%

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 19.68%
G = 64.36%
B = 15.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#4AF23C (or 0x4AF23C) is known color: Lime Green. HEX triplet: 4A, F2 and 3C. RGB value is (74,242,60). Sum of RGB (Red+Green+Blue) = 74+242+60=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF23C is #B50DC3. Grayscale: #ABABAB. Windows color (decimal): -11865540 or 3994186. OLE color: 3994186.

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

Color convert

RGB 74 242 60 -
CMYK 0.69 0 0.75 0.05
HSL 115.38º 0.88% 0.59% -
HSV(B) 115.38º 0.75% 0.95% -
XYZ 35.39 65.29 15.01 -
YUV 171.02 65.34 58.8 -
System Red Green Blue C M Y K H S L
Decimal 74 242 60 0.69 0 0.75 0.05 115.38 0.88 0.59
Hex 4A F2 3C 45 0 4B 5 73 58 3B
Octal 112 362 74 105 0 113 5 163 130 73
Binary 1001010 11110010 111100 1000101 0 1001011 101 1110011 1011000 111011

Color Harmonies of #4AF23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF23C

Black with #4AF23C

Text Example


Text Example

White with #4AF23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AF23C;
 }
 .AnyTagClassName
 {
   color: #4AF23C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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