Html Css Color HEX #3ABF4A Lime Green

📋 copy color: '#3ABF4A'

red 58 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #3ABF4A

Tints of Lime Green #3ABF4A

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3ABF4A: hue angle of 127.22º 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 #3ABF4A is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 74 -
CMYK 0.70 0 0.61 0.25
HSL 127.22º 0.53% 0.49% -
HSV(B) 127.22º 0.7% 0.75% -
XYZ 21.61 38.66 12.8 -
YUV 137.9 91.94 71.01 -
System Red Green Blue C M Y K H S L
Decimal 58 191 74 0.70 0 0.61 0.25 127.22 0.53 0.49
Hex 3A BF 4A 46 0 3D 19 7F 35 31
Octal 72 277 112 106 0 75 31 177 65 61
Binary 111010 10111111 1001010 1000110 0 111101 11001 1111111 110101 110001

Color Harmonies of #3ABF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF4A

Black with #3ABF4A

Text Example


Text Example

White with #3ABF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABF4A; }

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

 H1.HeaderClassName
 {
   color: #3ABF4A;
 }
 .AnyTagClassName
 {
   color: #3ABF4A;
 }
</style>

background-color css

<style>
 a { background-color: #3ABF4A; }

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

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

border-color css

<style>
 span { border-color: #3ABF4A; }

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

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