Html Css Color HEX #4AF234 Lime Green

📋 copy color: '#4AF234'

red 74 ◦ green 242 ◦ blue 52

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

Shades of Lime Green #4AF234

Tints of Lime Green #4AF234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 20.11%
G = 65.76%
B = 14.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#4AF234 (or 0x4AF234) is known color: Lime Green. HEX triplet: 4A, F2 and 34. RGB value is (74,242,52). Sum of RGB (Red+Green+Blue) = 74+242+52=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 242 (94.92% from 255 or 65.76% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF234 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF234 is #B50DCB. Grayscale: #AAAAAA. Windows color (decimal): -11865548 or 3469898. OLE color: 3469898.

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

Color convert

RGB 74 242 52 -
CMYK 0.69 0 0.79 0.05
HSL 113.05º 0.88% 0.58% -
HSV(B) 113.05º 0.79% 0.95% -
XYZ 35.2 65.21 13.98 -
YUV 170.11 61.34 59.45 -
System Red Green Blue C M Y K H S L
Decimal 74 242 52 0.69 0 0.79 0.05 113.05 0.88 0.58
Hex 4A F2 34 45 0 4F 5 71 58 3A
Octal 112 362 64 105 0 117 5 161 130 72
Binary 1001010 11110010 110100 1000101 0 1001111 101 1110001 1011000 111010

Color Harmonies of #4AF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF234

Black with #4AF234

Text Example


Text Example

White with #4AF234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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