Html Css Color HEX #34DB16 Lime Green

📋 copy color: '#34DB16'

red 52 ◦ green 219 ◦ blue 22

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

Shades of Lime Green #34DB16

Tints of Lime Green #34DB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 74.74%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 17.75%
G = 74.74%
B = 7.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#34DB16 (or 0x34DB16) is known color: Lime Green. HEX triplet: 34, DB and 16. RGB value is (52,219,22). Sum of RGB (Red+Green+Blue) = 52+219+22=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 219 (85.94% from 255 or 74.74% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB16 is #CB24E9. Grayscale: #939393. Windows color (decimal): -13313258 or 1497908. OLE color: 1497908.

HSL color Cylindrical-coordinate representation of color #34DB16: hue angle of 110.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34DB16 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 219 22 -
CMYK 0.76 0 0.90 0.14
HSL 110.86º 0.82% 0.47% -
HSV(B) 110.86º 0.9% 0.86% -
XYZ 26.89 51.45 9.27 -
YUV 146.61 57.67 60.52 -
System Red Green Blue C M Y K H S L
Decimal 52 219 22 0.76 0 0.90 0.14 110.86 0.82 0.47
Hex 34 DB 16 4C 0 5A E 6F 52 2F
Octal 64 333 26 114 0 132 16 157 122 57
Binary 110100 11011011 10110 1001100 0 1011010 1110 1101111 1010010 101111

Color Harmonies of #34DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DB16

Black with #34DB16

Text Example


Text Example

White with #34DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,219,22); }

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

background-color css

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

 a { background-color: rgb(52,219,22); }

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

border-color css

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

 span { border-color: rgb(52,219,22); }

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