Html Css Color HEX #34D446 Lime Green

📋 copy color: '#34D446'

red 52 ◦ green 212 ◦ blue 70

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

Shades of Lime Green #34D446

Tints of Lime Green #34D446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.47%

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

R = 15.57%
G = 63.47%
B = 20.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#34D446 (or 0x34D446) is known color: Lime Green. HEX triplet: 34, D4 and 46. RGB value is (52,212,70). Sum of RGB (Red+Green+Blue) = 52+212+70=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #34D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D446 is #CB2BB9. Grayscale: #949494. Windows color (decimal): -13315002 or 4641844. OLE color: 4641844.

HSL color Cylindrical-coordinate representation of color #34D446: hue angle of 126.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D446 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 212 70 -
CMYK 0.75 0 0.67 0.17
HSL 126.75º 0.65% 0.52% -
HSV(B) 126.75º 0.75% 0.83% -
XYZ 26.07 48.26 13.74 -
YUV 147.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 52 212 70 0.75 0 0.67 0.17 126.75 0.65 0.52
Hex 34 D4 46 4B 0 43 11 7F 41 34
Octal 64 324 106 113 0 103 21 177 101 64
Binary 110100 11010100 1000110 1001011 0 1000011 10001 1111111 1000001 110100

Color Harmonies of #34D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D446

Black with #34D446

Text Example


Text Example

White with #34D446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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