Html Css Color HEX #34DD3C Lime Green

📋 copy color: '#34DD3C'

red 52 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #34DD3C

Tints of Lime Green #34DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 15.62%
G = 66.37%
B = 18.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#34DD3C (or 0x34DD3C) is known color: Lime Green. HEX triplet: 34, DD and 3C. RGB value is (52,221,60). Sum of RGB (Red+Green+Blue) = 52+221+60=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 221 (86.72% from 255 or 66.37% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DD3C is #CB22C3. Grayscale: #989898. Windows color (decimal): -13312708 or 3988788. OLE color: 3988788.

HSL color Cylindrical-coordinate representation of color #34DD3C: hue angle of 122.84º 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 #34DD3C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 221 60 -
CMYK 0.76 0 0.73 0.13
HSL 122.84º 0.71% 0.54% -
HSV(B) 122.84º 0.76% 0.87% -
XYZ 28.09 52.77 12.98 -
YUV 152.12 76.01 56.59 -
System Red Green Blue C M Y K H S L
Decimal 52 221 60 0.76 0 0.73 0.13 122.84 0.71 0.54
Hex 34 DD 3C 4C 0 49 D 7B 47 36
Octal 64 335 74 114 0 111 15 173 107 66
Binary 110100 11011101 111100 1001100 0 1001001 1101 1111011 1000111 110110

Color Harmonies of #34DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DD3C

Black with #34DD3C

Text Example


Text Example

White with #34DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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