Html Css Color HEX #3BC332 Lime Green

📋 copy color: '#3BC332'

red 59 ◦ green 195 ◦ blue 50

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

Shades of Lime Green #3BC332

Tints of Lime Green #3BC332

RGB

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

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

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

R = 19.41%
G = 64.14%
B = 16.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#3BC332 (or 0x3BC332) is known color: Lime Green. HEX triplet: 3B, C3 and 32. RGB value is (59,195,50). Sum of RGB (Red+Green+Blue) = 59+195+50=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC332 is #C43CCD. Grayscale: #8A8A8A. Windows color (decimal): -12860622 or 3326779. OLE color: 3326779.

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

Color convert

RGB 59 195 50 -
CMYK 0.70 0 0.74 0.24
HSL 116.28º 0.59% 0.48% -
HSV(B) 116.28º 0.74% 0.76% -
XYZ 21.89 40.19 9.62 -
YUV 137.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 59 195 50 0.70 0 0.74 0.24 116.28 0.59 0.48
Hex 3B C3 32 46 0 4A 18 74 3B 30
Octal 73 303 62 106 0 112 30 164 73 60
Binary 111011 11000011 110010 1000110 0 1001010 11000 1110100 111011 110000

Color Harmonies of #3BC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC332

Black with #3BC332

Text Example


Text Example

White with #3BC332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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