Html Css Color HEX #4AF236 Lime Green

📋 copy color: '#4AF236'

red 74 ◦ green 242 ◦ blue 54

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

Shades of Lime Green #4AF236

Tints of Lime Green #4AF236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 20%
G = 65.41%
B = 14.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#4AF236 (or 0x4AF236) is known color: Lime Green. HEX triplet: 4A, F2 and 36. RGB value is (74,242,54). Sum of RGB (Red+Green+Blue) = 74+242+54=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF236 is #B50DC9. Grayscale: #AAAAAA. Windows color (decimal): -11865546 or 3600970. OLE color: 3600970.

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

Color convert

RGB 74 242 54 -
CMYK 0.69 0 0.78 0.05
HSL 113.62º 0.88% 0.58% -
HSV(B) 113.62º 0.78% 0.95% -
XYZ 35.24 65.23 14.22 -
YUV 170.34 62.34 59.29 -
System Red Green Blue C M Y K H S L
Decimal 74 242 54 0.69 0 0.78 0.05 113.62 0.88 0.58
Hex 4A F2 36 45 0 4E 5 72 58 3A
Octal 112 362 66 105 0 116 5 162 130 72
Binary 1001010 11110010 110110 1000101 0 1001110 101 1110010 1011000 111010

Color Harmonies of #4AF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF236

Black with #4AF236

Text Example


Text Example

White with #4AF236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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