Html Css Color HEX #34E124 Lime Green

📋 copy color: '#34E124'

red 52 ◦ green 225 ◦ blue 36

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

Shades of Lime Green #34E124

Tints of Lime Green #34E124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.88%

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 16.61%
G = 71.88%
B = 11.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#34E124 (or 0x34E124) is known color: Lime Green. HEX triplet: 34, E1 and 24. RGB value is (52,225,36). Sum of RGB (Red+Green+Blue) = 52+225+36=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #34E124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E124 is #CB1EDB. Grayscale: #989898. Windows color (decimal): -13311708 or 2416948. OLE color: 2416948.

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

Color convert

RGB 52 225 36 -
CMYK 0.77 0 0.84 0.12
HSL 114.92º 0.76% 0.51% -
HSV(B) 114.92º 0.84% 0.88% -
XYZ 28.66 54.71 10.72 -
YUV 151.73 62.69 56.87 -
System Red Green Blue C M Y K H S L
Decimal 52 225 36 0.77 0 0.84 0.12 114.92 0.76 0.51
Hex 34 E1 24 4D 0 54 C 73 4C 33
Octal 64 341 44 115 0 124 14 163 114 63
Binary 110100 11100001 100100 1001101 0 1010100 1100 1110011 1001100 110011

Color Harmonies of #34E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E124

Black with #34E124

Text Example


Text Example

White with #34E124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,225,36); }

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

background-color css

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

 a { background-color: rgb(52,225,36); }

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

border-color css

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

 span { border-color: rgb(52,225,36); }

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