Html Css Color HEX #3ABF3E Lime Green

📋 copy color: '#3ABF3E'

red 58 ◦ green 191 ◦ blue 62

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

Shades of Lime Green #3ABF3E

Tints of Lime Green #3ABF3E

RGB

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

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

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

R = 18.65%
G = 61.41%
B = 19.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#3ABF3E (or 0x3ABF3E) is known color: Lime Green. HEX triplet: 3A, BF and 3E. RGB value is (58,191,62). Sum of RGB (Red+Green+Blue) = 58+191+62=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF3E is #C540C1. Grayscale: #888888. Windows color (decimal): -12927170 or 4112186. OLE color: 4112186.

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

Color convert

RGB 58 191 62 -
CMYK 0.70 0 0.68 0.25
HSL 121.8º 0.53% 0.49% -
HSV(B) 121.8º 0.7% 0.75% -
XYZ 21.25 38.51 10.87 -
YUV 136.53 85.94 71.99 -
System Red Green Blue C M Y K H S L
Decimal 58 191 62 0.70 0 0.68 0.25 121.8 0.53 0.49
Hex 3A BF 3E 46 0 44 19 7A 35 31
Octal 72 277 76 106 0 104 31 172 65 61
Binary 111010 10111111 111110 1000110 0 1000100 11001 1111010 110101 110001

Color Harmonies of #3ABF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF3E

Black with #3ABF3E

Text Example


Text Example

White with #3ABF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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