Html Css Color HEX #3AB932 Lime Green

📋 copy color: '#3AB932'

red 58 ◦ green 185 ◦ blue 50

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

Shades of Lime Green #3AB932

Tints of Lime Green #3AB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.14%

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

R = 19.8%
G = 63.14%
B = 17.06%

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

#3AB932 (or 0x3AB932) is known color: Lime Green. HEX triplet: 3A, B9 and 32. RGB value is (58,185,50). Sum of RGB (Red+Green+Blue) = 58+185+50=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB932 is #C546CD. Grayscale: #848484. Windows color (decimal): -12928718 or 3324218. OLE color: 3324218.

HSL color Cylindrical-coordinate representation of color #3AB932: hue angle of 116.44º degrees, saturation: 0.57, 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 #3AB932 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 185 50 -
CMYK 0.69 0 0.73 0.27
HSL 116.44º 0.57% 0.46% -
HSV(B) 116.44º 0.73% 0.73% -
XYZ 19.67 35.83 8.9 -
YUV 131.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 58 185 50 0.69 0 0.73 0.27 116.44 0.57 0.46
Hex 3A B9 32 45 0 49 1B 74 39 2E
Octal 72 271 62 105 0 111 33 164 71 56
Binary 111010 10111001 110010 1000101 0 1001001 11011 1110100 111001 101110

Color Harmonies of #3AB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB932

Black with #3AB932

Text Example


Text Example

White with #3AB932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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