Html Css Color HEX #34E424 Lime Green

📋 copy color: '#34E424'

red 52 ◦ green 228 ◦ blue 36

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

Shades of Lime Green #34E424

Tints of Lime Green #34E424

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.15%

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

R = 16.46%
G = 72.15%
B = 11.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#34E424 (or 0x34E424) is known color: Lime Green. HEX triplet: 34, E4 and 24. RGB value is (52,228,36). Sum of RGB (Red+Green+Blue) = 52+228+36=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #34E424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E424 is #CB1BDB. Grayscale: #9A9A9A. Windows color (decimal): -13310940 or 2417716. OLE color: 2417716.

HSL color Cylindrical-coordinate representation of color #34E424: hue angle of 115º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34E424 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 228 36 -
CMYK 0.77 0 0.84 0.11
HSL 115º 0.78% 0.52% -
HSV(B) 115º 0.84% 0.89% -
XYZ 29.48 56.34 10.99 -
YUV 153.49 61.69 55.61 -
System Red Green Blue C M Y K H S L
Decimal 52 228 36 0.77 0 0.84 0.11 115 0.78 0.52
Hex 34 E4 24 4D 0 54 B 73 4E 34
Octal 64 344 44 115 0 124 13 163 116 64
Binary 110100 11100100 100100 1001101 0 1010100 1011 1110011 1001110 110100

Color Harmonies of #34E424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E424

Black with #34E424

Text Example


Text Example

White with #34E424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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