Html Css Color HEX #4ABF3E Lime Green

📋 copy color: '#4ABF3E'

red 74 ◦ green 191 ◦ blue 62

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

Shades of Lime Green #4ABF3E

Tints of Lime Green #4ABF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 58.41%

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 22.63%
G = 58.41%
B = 18.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#4ABF3E (or 0x4ABF3E) is known color: Lime Green. HEX triplet: 4A, BF and 3E. RGB value is (74,191,62). Sum of RGB (Red+Green+Blue) = 74+191+62=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF3E is #B540C1. Grayscale: #8D8D8D. Windows color (decimal): -11878594 or 4112202. OLE color: 4112202.

HSL color Cylindrical-coordinate representation of color #4ABF3E: hue angle of 114.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ABF3E is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 62 -
CMYK 0.61 0 0.68 0.25
HSL 114.42º 0.51% 0.5% -
HSV(B) 114.42º 0.68% 0.75% -
XYZ 22.32 39.07 10.92 -
YUV 141.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 74 191 62 0.61 0 0.68 0.25 114.42 0.51 0.5
Hex 4A BF 3E 3D 0 44 19 72 33 32
Octal 112 277 76 75 0 104 31 162 63 62
Binary 1001010 10111111 111110 111101 0 1000100 11001 1110010 110011 110010

Color Harmonies of #4ABF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF3E

Black with #4ABF3E

Text Example


Text Example

White with #4ABF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,62); }

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

background-color css

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

 a { background-color: rgb(74,191,62); }

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

border-color css

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

 span { border-color: rgb(74,191,62); }

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