Html Css Color HEX #34E019 Lime Green

📋 copy color: '#34E019'

red 52 ◦ green 224 ◦ blue 25

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

Shades of Lime Green #34E019

Tints of Lime Green #34E019

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.42%

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

R = 17.28%
G = 74.42%
B = 8.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#34E019 (or 0x34E019) is known color: Lime Green. HEX triplet: 34, E0 and 19. RGB value is (52,224,25). Sum of RGB (Red+Green+Blue) = 52+224+25=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #34E019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E019 is #CB1FE6. Grayscale: #969696. Windows color (decimal): -13311975 or 1695796. OLE color: 1695796.

HSL color Cylindrical-coordinate representation of color #34E019: hue angle of 111.86º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34E019 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 25 -
CMYK 0.77 0 0.89 0.12
HSL 111.86º 0.8% 0.49% -
HSV(B) 111.86º 0.89% 0.88% -
XYZ 28.25 54.11 9.88 -
YUV 149.89 57.52 58.18 -
System Red Green Blue C M Y K H S L
Decimal 52 224 25 0.77 0 0.89 0.12 111.86 0.8 0.49
Hex 34 E0 19 4D 0 59 C 70 50 31
Octal 64 340 31 115 0 131 14 160 120 61
Binary 110100 11100000 11001 1001101 0 1011001 1100 1110000 1010000 110001

Color Harmonies of #34E019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E019

Black with #34E019

Text Example


Text Example

White with #34E019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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