Html Css Color HEX #34D319 Lime Green

📋 copy color: '#34D319'

red 52 ◦ green 211 ◦ blue 25

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

Shades of Lime Green #34D319

Tints of Lime Green #34D319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.26%

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

R = 18.06%
G = 73.26%
B = 8.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#34D319 (or 0x34D319) is known color: Lime Green. HEX triplet: 34, D3 and 19. RGB value is (52,211,25). Sum of RGB (Red+Green+Blue) = 52+211+25=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #34D319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D319 is #CB2CE6. Grayscale: #8E8E8E. Windows color (decimal): -13315303 or 1692468. OLE color: 1692468.

HSL color Cylindrical-coordinate representation of color #34D319: hue angle of 111.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34D319 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 211 25 -
CMYK 0.75 0 0.88 0.17
HSL 111.29º 0.79% 0.46% -
HSV(B) 111.29º 0.88% 0.83% -
XYZ 24.89 47.39 8.76 -
YUV 142.26 61.82 63.62 -
System Red Green Blue C M Y K H S L
Decimal 52 211 25 0.75 0 0.88 0.17 111.29 0.79 0.46
Hex 34 D3 19 4B 0 58 11 6F 4F 2E
Octal 64 323 31 113 0 130 21 157 117 56
Binary 110100 11010011 11001 1001011 0 1011000 10001 1101111 1001111 101110

Color Harmonies of #34D319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D319

Black with #34D319

Text Example


Text Example

White with #34D319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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