Html Css Color HEX #3ABB40 Lime Green

📋 copy color: '#3ABB40'

red 58 ◦ green 187 ◦ blue 64

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

Shades of Lime Green #3ABB40

Tints of Lime Green #3ABB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.52%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 18.77%
G = 60.52%
B = 20.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#3ABB40 (or 0x3ABB40) is known color: Lime Green. HEX triplet: 3A, BB and 40. RGB value is (58,187,64). Sum of RGB (Red+Green+Blue) = 58+187+64=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABB40 is #C544BF. Grayscale: #868686. Windows color (decimal): -12928192 or 4242234. OLE color: 4242234.

HSL color Cylindrical-coordinate representation of color #3ABB40: hue angle of 122.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABB40 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 187 64 -
CMYK 0.69 0 0.66 0.27
HSL 122.79º 0.53% 0.48% -
HSV(B) 122.79º 0.69% 0.73% -
XYZ 20.44 36.81 10.88 -
YUV 134.41 88.26 73.5 -
System Red Green Blue C M Y K H S L
Decimal 58 187 64 0.69 0 0.66 0.27 122.79 0.53 0.48
Hex 3A BB 40 45 0 42 1B 7B 35 30
Octal 72 273 100 105 0 102 33 173 65 60
Binary 111010 10111011 1000000 1000101 0 1000010 11011 1111011 110101 110000

Color Harmonies of #3ABB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABB40

Black with #3ABB40

Text Example


Text Example

White with #3ABB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,187,64); }

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

background-color css

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

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

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

border-color css

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

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

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