Html Css Color HEX #34DB1A Lime Green

📋 copy color: '#34DB1A'

red 52 ◦ green 219 ◦ blue 26

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

Shades of Lime Green #34DB1A

Tints of Lime Green #34DB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 17.51%
G = 73.74%
B = 8.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#34DB1A (or 0x34DB1A) is known color: Lime Green. HEX triplet: 34, DB and 1A. RGB value is (52,219,26). Sum of RGB (Red+Green+Blue) = 52+219+26=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB1A is #CB24E5. Grayscale: #939393. Windows color (decimal): -13313254 or 1760052. OLE color: 1760052.

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

Color convert

RGB 52 219 26 -
CMYK 0.76 0 0.88 0.14
HSL 111.92º 0.79% 0.48% -
HSV(B) 111.92º 0.88% 0.86% -
XYZ 26.93 51.47 9.49 -
YUV 147.07 59.67 60.19 -
System Red Green Blue C M Y K H S L
Decimal 52 219 26 0.76 0 0.88 0.14 111.92 0.79 0.48
Hex 34 DB 1A 4C 0 58 E 70 4F 30
Octal 64 333 32 114 0 130 16 160 117 60
Binary 110100 11011011 11010 1001100 0 1011000 1110 1110000 1001111 110000

Color Harmonies of #34DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DB1A

Black with #34DB1A

Text Example


Text Example

White with #34DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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