Html Css Color HEX #34DB19 Lime Green

📋 copy color: '#34DB19'

red 52 ◦ green 219 ◦ blue 25

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

Shades of Lime Green #34DB19

Tints of Lime Green #34DB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 17.57%
G = 73.99%
B = 8.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#34DB19 (or 0x34DB19) is known color: Lime Green. HEX triplet: 34, DB and 19. RGB value is (52,219,25). Sum of RGB (Red+Green+Blue) = 52+219+25=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB19 is #CB24E6. Grayscale: #939393. Windows color (decimal): -13313255 or 1694516. OLE color: 1694516.

HSL color Cylindrical-coordinate representation of color #34DB19: hue angle of 111.65º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34DB19 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 219 25 -
CMYK 0.76 0 0.89 0.14
HSL 111.65º 0.8% 0.48% -
HSV(B) 111.65º 0.89% 0.86% -
XYZ 26.92 51.46 9.43 -
YUV 146.95 59.17 60.27 -
System Red Green Blue C M Y K H S L
Decimal 52 219 25 0.76 0 0.89 0.14 111.65 0.8 0.48
Hex 34 DB 19 4C 0 59 E 70 50 30
Octal 64 333 31 114 0 131 16 160 120 60
Binary 110100 11011011 11001 1001100 0 1011001 1110 1110000 1010000 110000

Color Harmonies of #34DB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DB19

Black with #34DB19

Text Example


Text Example

White with #34DB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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