Html Css Color HEX #3BC34C Lime Green

📋 copy color: '#3BC34C'

red 59 ◦ green 195 ◦ blue 76

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

Shades of Lime Green #3BC34C

Tints of Lime Green #3BC34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 17.88%
G = 59.09%
B = 23.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3BC34C (or 0x3BC34C) is known color: Lime Green. HEX triplet: 3B, C3 and 4C. RGB value is (59,195,76). Sum of RGB (Red+Green+Blue) = 59+195+76=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC34C is #C43CB3. Grayscale: #8D8D8D. Windows color (decimal): -12860596 or 5030715. OLE color: 5030715.

HSL color Cylindrical-coordinate representation of color #3BC34C: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC34C is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 76 -
CMYK 0.70 0 0.61 0.24
HSL 127.5º 0.54% 0.5% -
HSV(B) 127.5º 0.7% 0.76% -
XYZ 22.62 40.48 13.46 -
YUV 140.77 91.44 69.68 -
System Red Green Blue C M Y K H S L
Decimal 59 195 76 0.70 0 0.61 0.24 127.5 0.54 0.5
Hex 3B C3 4C 46 0 3D 18 80 36 32
Octal 73 303 114 106 0 75 30 200 66 62
Binary 111011 11000011 1001100 1000110 0 111101 11000 10000000 110110 110010

Color Harmonies of #3BC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC34C

Black with #3BC34C

Text Example


Text Example

White with #3BC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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