Html Css Color HEX #3ABF32 Lime Green

📋 copy color: '#3ABF32'

red 58 ◦ green 191 ◦ blue 50

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

Shades of Lime Green #3ABF32

Tints of Lime Green #3ABF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 19.4%
G = 63.88%
B = 16.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#3ABF32 (or 0x3ABF32) is known color: Lime Green. HEX triplet: 3A, BF and 32. RGB value is (58,191,50). Sum of RGB (Red+Green+Blue) = 58+191+50=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF32 is #C540CD. Grayscale: #878787. Windows color (decimal): -12927182 or 3325754. OLE color: 3325754.

HSL color Cylindrical-coordinate representation of color #3ABF32: hue angle of 116.6º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABF32 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 50 -
CMYK 0.70 0 0.74 0.25
HSL 116.6º 0.59% 0.47% -
HSV(B) 116.6º 0.74% 0.75% -
XYZ 20.95 38.39 9.32 -
YUV 135.16 79.94 72.96 -
System Red Green Blue C M Y K H S L
Decimal 58 191 50 0.70 0 0.74 0.25 116.6 0.59 0.47
Hex 3A BF 32 46 0 4A 19 75 3B 2F
Octal 72 277 62 106 0 112 31 165 73 57
Binary 111010 10111111 110010 1000110 0 1001010 11001 1110101 111011 101111

Color Harmonies of #3ABF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF32

Black with #3ABF32

Text Example


Text Example

White with #3ABF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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