Html Css Color HEX #34DD43 Lime Green

📋 copy color: '#34DD43'

red 52 ◦ green 221 ◦ blue 67

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

Shades of Lime Green #34DD43

Tints of Lime Green #34DD43

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 15.29%
G = 65%
B = 19.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#34DD43 (or 0x34DD43) is known color: Lime Green. HEX triplet: 34, DD and 43. RGB value is (52,221,67). Sum of RGB (Red+Green+Blue) = 52+221+67=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DD43 is #CB22BC. Grayscale: #999999. Windows color (decimal): -13312701 or 4447540. OLE color: 4447540.

HSL color Cylindrical-coordinate representation of color #34DD43: hue angle of 125.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD43 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 221 67 -
CMYK 0.76 0 0.70 0.13
HSL 125.33º 0.71% 0.54% -
HSV(B) 125.33º 0.76% 0.87% -
XYZ 28.29 52.85 14.02 -
YUV 152.91 79.51 56.02 -
System Red Green Blue C M Y K H S L
Decimal 52 221 67 0.76 0 0.70 0.13 125.33 0.71 0.54
Hex 34 DD 43 4C 0 46 D 7D 47 36
Octal 64 335 103 114 0 106 15 175 107 66
Binary 110100 11011101 1000011 1001100 0 1000110 1101 1111101 1000111 110110

Color Harmonies of #34DD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DD43

Black with #34DD43

Text Example


Text Example

White with #34DD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,221,67); }

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

background-color css

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

 a { background-color: rgb(52,221,67); }

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

border-color css

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

 span { border-color: rgb(52,221,67); }

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