Html Css Color HEX #4AF435 Lime Green

📋 copy color: '#4AF435'

red 74 ◦ green 244 ◦ blue 53

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

Shades of Lime Green #4AF435

Tints of Lime Green #4AF435

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.77%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 19.95%
G = 65.77%
B = 14.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#4AF435 (or 0x4AF435) is known color: Lime Green. HEX triplet: 4A, F4 and 35. RGB value is (74,244,53). Sum of RGB (Red+Green+Blue) = 74+244+53=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF435 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF435 is #B50BCA. Grayscale: #ABABAB. Windows color (decimal): -11865035 or 3535946. OLE color: 3535946.

HSL color Cylindrical-coordinate representation of color #4AF435: hue angle of 113.4º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AF435 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 244 53 -
CMYK 0.70 0 0.78 0.04
HSL 113.4º 0.9% 0.58% -
HSV(B) 113.4º 0.78% 0.96% -
XYZ 35.82 66.41 14.3 -
YUV 171.4 61.18 58.53 -
System Red Green Blue C M Y K H S L
Decimal 74 244 53 0.70 0 0.78 0.04 113.4 0.9 0.58
Hex 4A F4 35 46 0 4E 4 71 5A 3A
Octal 112 364 65 106 0 116 4 161 132 72
Binary 1001010 11110100 110101 1000110 0 1001110 100 1110001 1011010 111010

Color Harmonies of #4AF435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF435

Black with #4AF435

Text Example


Text Example

White with #4AF435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,244,53); }

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

background-color css

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

 a { background-color: rgb(74,244,53); }

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

border-color css

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

 span { border-color: rgb(74,244,53); }

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