Html Css Color HEX #34DB18 Lime Green

📋 copy color: '#34DB18'

red 52 ◦ green 219 ◦ blue 24

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

Shades of Lime Green #34DB18

Tints of Lime Green #34DB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 17.63%
G = 74.24%
B = 8.14%

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

#34DB18 (or 0x34DB18) is known color: Lime Green. HEX triplet: 34, DB and 18. RGB value is (52,219,24). Sum of RGB (Red+Green+Blue) = 52+219+24=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB18 is #CB24E7. Grayscale: #939393. Windows color (decimal): -13313256 or 1628980. OLE color: 1628980.

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

Color convert

RGB 52 219 24 -
CMYK 0.76 0 0.89 0.14
HSL 111.38º 0.8% 0.48% -
HSV(B) 111.38º 0.89% 0.86% -
XYZ 26.91 51.46 9.38 -
YUV 146.84 58.67 60.36 -
System Red Green Blue C M Y K H S L
Decimal 52 219 24 0.76 0 0.89 0.14 111.38 0.8 0.48
Hex 34 DB 18 4C 0 59 E 6F 50 30
Octal 64 333 30 114 0 131 16 157 120 60
Binary 110100 11011011 11000 1001100 0 1011001 1110 1101111 1010000 110000

Color Harmonies of #34DB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DB18

Black with #34DB18

Text Example


Text Example

White with #34DB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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