Html Css Color HEX #3ABF41 Lime Green

📋 copy color: '#3ABF41'

red 58 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #3ABF41

Tints of Lime Green #3ABF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 18.47%
G = 60.83%
B = 20.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#3ABF41 (or 0x3ABF41) is known color: Lime Green. HEX triplet: 3A, BF and 41. RGB value is (58,191,65). Sum of RGB (Red+Green+Blue) = 58+191+65=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF41 is #C540BE. Grayscale: #898989. Windows color (decimal): -12927167 or 4308794. OLE color: 4308794.

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

Color convert

RGB 58 191 65 -
CMYK 0.70 0 0.66 0.25
HSL 123.16º 0.53% 0.49% -
HSV(B) 123.16º 0.7% 0.75% -
XYZ 21.33 38.54 11.32 -
YUV 136.87 87.44 71.75 -
System Red Green Blue C M Y K H S L
Decimal 58 191 65 0.70 0 0.66 0.25 123.16 0.53 0.49
Hex 3A BF 41 46 0 42 19 7B 35 31
Octal 72 277 101 106 0 102 31 173 65 61
Binary 111010 10111111 1000001 1000110 0 1000010 11001 1111011 110101 110001

Color Harmonies of #3ABF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF41

Black with #3ABF41

Text Example


Text Example

White with #3ABF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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