Html Css Color HEX #34D247 Lime Green

📋 copy color: '#34D247'

red 52 ◦ green 210 ◦ blue 71

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

Shades of Lime Green #34D247

Tints of Lime Green #34D247

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.06%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 15.62%
G = 63.06%
B = 21.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#34D247 (or 0x34D247) is known color: Lime Green. HEX triplet: 34, D2 and 47. RGB value is (52,210,71). Sum of RGB (Red+Green+Blue) = 52+210+71=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #34D247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D247 is #CB2DB8. Grayscale: #939393. Windows color (decimal): -13315513 or 4706868. OLE color: 4706868.

HSL color Cylindrical-coordinate representation of color #34D247: hue angle of 127.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D247 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 71 -
CMYK 0.75 0 0.66 0.18
HSL 127.22º 0.64% 0.51% -
HSV(B) 127.22º 0.75% 0.82% -
XYZ 25.6 47.28 13.74 -
YUV 146.91 85.15 60.3 -
System Red Green Blue C M Y K H S L
Decimal 52 210 71 0.75 0 0.66 0.18 127.22 0.64 0.51
Hex 34 D2 47 4B 0 42 12 7F 40 33
Octal 64 322 107 113 0 102 22 177 100 63
Binary 110100 11010010 1000111 1001011 0 1000010 10010 1111111 1000000 110011

Color Harmonies of #34D247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D247

Black with #34D247

Text Example


Text Example

White with #34D247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,210,71); }

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

background-color css

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

 a { background-color: rgb(52,210,71); }

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

border-color css

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

 span { border-color: rgb(52,210,71); }

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