Html Css Color HEX #34BB37 Lime Green

📋 copy color: '#34BB37'

red 52 ◦ green 187 ◦ blue 55

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

Shades of Lime Green #34BB37

Tints of Lime Green #34BB37

RGB

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

 GREEN value IS 187 (73.44% from 255) = 63.61%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 17.69%
G = 63.61%
B = 18.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#34BB37 (or 0x34BB37) is known color: Lime Green. HEX triplet: 34, BB and 37. RGB value is (52,187,55). Sum of RGB (Red+Green+Blue) = 52+187+55=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BB37 is #CB44C8. Grayscale: #838383. Windows color (decimal): -13321417 or 3652404. OLE color: 3652404.

HSL color Cylindrical-coordinate representation of color #34BB37: hue angle of 121.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BB37 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 187 55 -
CMYK 0.72 0 0.71 0.27
HSL 121.33º 0.56% 0.47% -
HSV(B) 121.33º 0.72% 0.73% -
XYZ 19.88 36.55 9.62 -
YUV 131.59 84.77 71.23 -
System Red Green Blue C M Y K H S L
Decimal 52 187 55 0.72 0 0.71 0.27 121.33 0.56 0.47
Hex 34 BB 37 48 0 47 1B 79 38 2F
Octal 64 273 67 110 0 107 33 171 70 57
Binary 110100 10111011 110111 1001000 0 1000111 11011 1111001 111000 101111

Color Harmonies of #34BB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BB37

Black with #34BB37

Text Example


Text Example

White with #34BB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,187,55); }

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

background-color css

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

 a { background-color: rgb(52,187,55); }

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

border-color css

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

 span { border-color: rgb(52,187,55); }

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