Html Css Color HEX #4AF335 Lime Green

📋 copy color: '#4AF335'

red 74 ◦ green 243 ◦ blue 53

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

Shades of Lime Green #4AF335

Tints of Lime Green #4AF335

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.68%

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

R = 20%
G = 65.68%
B = 14.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#4AF335 (or 0x4AF335) is known color: Lime Green. HEX triplet: 4A, F3 and 35. RGB value is (74,243,53). Sum of RGB (Red+Green+Blue) = 74+243+53=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF335 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF335 is #B50CCA. Grayscale: #ABABAB. Windows color (decimal): -11865291 or 3535690. OLE color: 3535690.

HSL color Cylindrical-coordinate representation of color #4AF335: hue angle of 113.37º degrees, saturation: 0.89, 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 #4AF335 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 243 53 -
CMYK 0.70 0 0.78 0.05
HSL 113.37º 0.89% 0.58% -
HSV(B) 113.37º 0.78% 0.95% -
XYZ 35.52 65.81 14.2 -
YUV 170.81 61.51 58.95 -
System Red Green Blue C M Y K H S L
Decimal 74 243 53 0.70 0 0.78 0.05 113.37 0.89 0.58
Hex 4A F3 35 46 0 4E 5 71 59 3A
Octal 112 363 65 106 0 116 5 161 131 72
Binary 1001010 11110011 110101 1000110 0 1001110 101 1110001 1011001 111010

Color Harmonies of #4AF335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF335

Black with #4AF335

Text Example


Text Example

White with #4AF335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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