Html Css Color HEX #34BC39 Lime Green

📋 copy color: '#34BC39'

red 52 ◦ green 188 ◦ blue 57

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

Shades of Lime Green #34BC39

Tints of Lime Green #34BC39

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

 GREEN value IS 188 (73.83% from 255) = 63.3%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 17.51%
G = 63.3%
B = 19.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#34BC39 (or 0x34BC39) is known color: Lime Green. HEX triplet: 34, BC and 39. RGB value is (52,188,57). Sum of RGB (Red+Green+Blue) = 52+188+57=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC39 is #CB43C6. Grayscale: #848484. Windows color (decimal): -13321159 or 3783732. OLE color: 3783732.

HSL color Cylindrical-coordinate representation of color #34BC39: hue angle of 122.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC39 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 57 -
CMYK 0.72 0 0.70 0.26
HSL 122.21º 0.57% 0.47% -
HSV(B) 122.21º 0.72% 0.74% -
XYZ 20.14 36.99 9.95 -
YUV 132.4 85.44 70.65 -
System Red Green Blue C M Y K H S L
Decimal 52 188 57 0.72 0 0.70 0.26 122.21 0.57 0.47
Hex 34 BC 39 48 0 46 1A 7A 39 2F
Octal 64 274 71 110 0 106 32 172 71 57
Binary 110100 10111100 111001 1001000 0 1000110 11010 1111010 111001 101111

Color Harmonies of #34BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC39

Black with #34BC39

Text Example


Text Example

White with #34BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BC39; }

 p { color: rgb(52,188,57); }

 H1.HeaderClassName
 {
   color: #34BC39;
 }
 .AnyTagClassName
 {
   color: #34BC39;
 }
</style>

background-color css

<style>
 a { background-color: #34BC39; }

 a { background-color: rgb(52,188,57); }

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

border-color css

<style>
 span { border-color: #34BC39; }

 span { border-color: rgb(52,188,57); }

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