Html Css Color HEX #34DB14 Lime Green

📋 copy color: '#34DB14'

red 52 ◦ green 219 ◦ blue 20

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

Shades of Lime Green #34DB14

Tints of Lime Green #34DB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 17.87%
G = 75.26%
B = 6.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#34DB14 (or 0x34DB14) is known color: Lime Green. HEX triplet: 34, DB and 14. RGB value is (52,219,20). Sum of RGB (Red+Green+Blue) = 52+219+20=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 219 (85.94% from 255 or 75.26% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB14 is #CB24EB. Grayscale: #939393. Windows color (decimal): -13313260 or 1366836. OLE color: 1366836.

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

Color convert

RGB 52 219 20 -
CMYK 0.76 0 0.91 0.14
HSL 110.35º 0.83% 0.47% -
HSV(B) 110.35º 0.91% 0.86% -
XYZ 26.87 51.44 9.18 -
YUV 146.38 56.67 60.68 -
System Red Green Blue C M Y K H S L
Decimal 52 219 20 0.76 0 0.91 0.14 110.35 0.83 0.47
Hex 34 DB 14 4C 0 5B E 6E 53 2F
Octal 64 333 24 114 0 133 16 156 123 57
Binary 110100 11011011 10100 1001100 0 1011011 1110 1101110 1010011 101111

Color Harmonies of #34DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DB14

Black with #34DB14

Text Example


Text Example

White with #34DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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