Html Css Color HEX #3BC329 Lime Green

📋 copy color: '#3BC329'

red 59 ◦ green 195 ◦ blue 41

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

Shades of Lime Green #3BC329

Tints of Lime Green #3BC329

RGB

 RED value IS 59 (23.44% from 255) = 20%

 GREEN value IS 195 (76.56% from 255) = 66.1%

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 20%
G = 66.1%
B = 13.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#3BC329 (or 0x3BC329) is known color: Lime Green. HEX triplet: 3B, C3 and 29. RGB value is (59,195,41). Sum of RGB (Red+Green+Blue) = 59+195+41=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC329 is #C43CD6. Grayscale: #898989. Windows color (decimal): -12860631 or 2736955. OLE color: 2736955.

HSL color Cylindrical-coordinate representation of color #3BC329: hue angle of 112.99º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BC329 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 41 -
CMYK 0.70 0 0.79 0.24
HSL 112.99º 0.65% 0.46% -
HSV(B) 112.99º 0.79% 0.76% -
XYZ 21.72 40.12 8.7 -
YUV 136.78 73.94 72.52 -
System Red Green Blue C M Y K H S L
Decimal 59 195 41 0.70 0 0.79 0.24 112.99 0.65 0.46
Hex 3B C3 29 46 0 4F 18 71 41 2E
Octal 73 303 51 106 0 117 30 161 101 56
Binary 111011 11000011 101001 1000110 0 1001111 11000 1110001 1000001 101110

Color Harmonies of #3BC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC329

Black with #3BC329

Text Example


Text Example

White with #3BC329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,195,41); }

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

background-color css

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

 a { background-color: rgb(59,195,41); }

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

border-color css

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

 span { border-color: rgb(59,195,41); }

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