Html Css Color HEX #34D246 Lime Green

📋 copy color: '#34D246'

red 52 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #34D246

Tints of Lime Green #34D246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 15.66%
G = 63.25%
B = 21.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#34D246 (or 0x34D246) is known color: Lime Green. HEX triplet: 34, D2 and 46. RGB value is (52,210,70). Sum of RGB (Red+Green+Blue) = 52+210+70=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #34D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D246 is #CB2DB9. Grayscale: #939393. Windows color (decimal): -13315514 or 4641332. OLE color: 4641332.

HSL color Cylindrical-coordinate representation of color #34D246: hue angle of 126.84º 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 #34D246 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 70 -
CMYK 0.75 0 0.67 0.18
HSL 126.84º 0.64% 0.51% -
HSV(B) 126.84º 0.75% 0.82% -
XYZ 25.57 47.27 13.57 -
YUV 146.8 84.65 60.38 -
System Red Green Blue C M Y K H S L
Decimal 52 210 70 0.75 0 0.67 0.18 126.84 0.64 0.51
Hex 34 D2 46 4B 0 43 12 7F 40 33
Octal 64 322 106 113 0 103 22 177 100 63
Binary 110100 11010010 1000110 1001011 0 1000011 10010 1111111 1000000 110011

Color Harmonies of #34D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D246

Black with #34D246

Text Example


Text Example

White with #34D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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