Html Css Color HEX #4ABF3A Lime Green

📋 copy color: '#4ABF3A'

red 74 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #4ABF3A

Tints of Lime Green #4ABF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 22.91%
G = 59.13%
B = 17.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#4ABF3A (or 0x4ABF3A) is known color: Lime Green. HEX triplet: 4A, BF and 3A. RGB value is (74,191,58). Sum of RGB (Red+Green+Blue) = 74+191+58=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF3A is #B540C5. Grayscale: #8D8D8D. Windows color (decimal): -11878598 or 3850058. OLE color: 3850058.

HSL color Cylindrical-coordinate representation of color #4ABF3A: hue angle of 112.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABF3A is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 58 -
CMYK 0.61 0 0.70 0.25
HSL 112.78º 0.53% 0.49% -
HSV(B) 112.78º 0.7% 0.75% -
XYZ 22.22 39.02 10.36 -
YUV 140.86 81.24 80.31 -
System Red Green Blue C M Y K H S L
Decimal 74 191 58 0.61 0 0.70 0.25 112.78 0.53 0.49
Hex 4A BF 3A 3D 0 46 19 71 35 31
Octal 112 277 72 75 0 106 31 161 65 61
Binary 1001010 10111111 111010 111101 0 1000110 11001 1110001 110101 110001

Color Harmonies of #4ABF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF3A

Black with #4ABF3A

Text Example


Text Example

White with #4ABF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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