Html Css Color HEX #3ABA32 Lime Green

📋 copy color: '#3ABA32'

red 58 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #3ABA32

Tints of Lime Green #3ABA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.27%

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

R = 19.73%
G = 63.27%
B = 17.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#3ABA32 (or 0x3ABA32) is known color: Lime Green. HEX triplet: 3A, BA and 32. RGB value is (58,186,50). Sum of RGB (Red+Green+Blue) = 58+186+50=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA32 is #C545CD. Grayscale: #848484. Windows color (decimal): -12928462 or 3324474. OLE color: 3324474.

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

Color convert

RGB 58 186 50 -
CMYK 0.69 0 0.73 0.27
HSL 116.47º 0.58% 0.46% -
HSV(B) 116.47º 0.73% 0.73% -
XYZ 19.88 36.25 8.97 -
YUV 132.22 81.59 75.06 -
System Red Green Blue C M Y K H S L
Decimal 58 186 50 0.69 0 0.73 0.27 116.47 0.58 0.46
Hex 3A BA 32 45 0 49 1B 74 3A 2E
Octal 72 272 62 105 0 111 33 164 72 56
Binary 111010 10111010 110010 1000101 0 1001001 11011 1110100 111010 101110

Color Harmonies of #3ABA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA32

Black with #3ABA32

Text Example


Text Example

White with #3ABA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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