Html Css Color HEX #3ABF3A Lime Green

📋 copy color: '#3ABF3A'

red 58 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #3ABF3A

Tints of Lime Green #3ABF3A

RGB

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

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

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

R = 18.89%
G = 62.21%
B = 18.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#3ABF3A (or 0x3ABF3A) is known color: Lime Green. HEX triplet: 3A, BF and 3A. RGB value is (58,191,58). Sum of RGB (Red+Green+Blue) = 58+191+58=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF3A is #C540C5. Grayscale: #888888. Windows color (decimal): -12927174 or 3850042. OLE color: 3850042.

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

Color convert

RGB 58 191 58 -
CMYK 0.70 0 0.70 0.25
HSL 120º 0.53% 0.49% -
HSV(B) 120º 0.7% 0.75% -
XYZ 21.14 38.47 10.31 -
YUV 136.07 83.94 72.31 -
System Red Green Blue C M Y K H S L
Decimal 58 191 58 0.70 0 0.70 0.25 120 0.53 0.49
Hex 3A BF 3A 46 0 46 19 78 35 31
Octal 72 277 72 106 0 106 31 170 65 61
Binary 111010 10111111 111010 1000110 0 1000110 11001 1111000 110101 110001

Color Harmonies of #3ABF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF3A

Black with #3ABF3A

Text Example


Text Example

White with #3ABF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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