Html Css Color HEX #4AF030 Lime Green

📋 copy color: '#4AF030'

red 74 ◦ green 240 ◦ blue 48

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

Shades of Lime Green #4AF030

Tints of Lime Green #4AF030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.3%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 20.44%
G = 66.3%
B = 13.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#4AF030 (or 0x4AF030) is known color: Lime Green. HEX triplet: 4A, F0 and 30. RGB value is (74,240,48). Sum of RGB (Red+Green+Blue) = 74+240+48=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF030 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF030 is #B50FCF. Grayscale: #A9A9A9. Windows color (decimal): -11866064 or 3207242. OLE color: 3207242.

HSL color Cylindrical-coordinate representation of color #4AF030: hue angle of 111.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AF030 is Cyan = 0.69, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 48 -
CMYK 0.69 0 0.8 0.06
HSL 111.88º 0.86% 0.56% -
HSV(B) 111.88º 0.8% 0.94% -
XYZ 34.52 63.99 13.33 -
YUV 168.48 60 60.61 -
System Red Green Blue C M Y K H S L
Decimal 74 240 48 0.69 0 0.8 0.06 111.88 0.86 0.56
Hex 4A F0 30 45 0 50 6 70 56 38
Octal 112 360 60 105 0 120 6 160 126 70
Binary 1001010 11110000 110000 1000101 0 1010000 110 1110000 1010110 111000

Color Harmonies of #4AF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF030

Black with #4AF030

Text Example


Text Example

White with #4AF030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,48); }

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

background-color css

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

 a { background-color: rgb(74,240,48); }

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

border-color css

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

 span { border-color: rgb(74,240,48); }

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