Html Css Color HEX #34E232 Lime Green

📋 copy color: '#34E232'

red 52 ◦ green 226 ◦ blue 50

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

Shades of Lime Green #34E232

Tints of Lime Green #34E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 68.9%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 15.85%
G = 68.9%
B = 15.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#34E232 (or 0x34E232) is known color: Lime Green. HEX triplet: 34, E2 and 32. RGB value is (52,226,50). Sum of RGB (Red+Green+Blue) = 52+226+50=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 226 (88.67% from 255 or 68.90% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 226 - color contains mainly: green. Hex color #34E232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E232 is #CB1DCD. Grayscale: #9A9A9A. Windows color (decimal): -13311438 or 3334708. OLE color: 3334708.

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

Color convert

RGB 52 226 50 -
CMYK 0.77 0 0.78 0.11
HSL 119.32º 0.75% 0.54% -
HSV(B) 119.32º 0.78% 0.89% -
XYZ 29.19 55.35 12.16 -
YUV 153.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 52 226 50 0.77 0 0.78 0.11 119.32 0.75 0.54
Hex 34 E2 32 4D 0 4E B 77 4B 36
Octal 64 342 62 115 0 116 13 167 113 66
Binary 110100 11100010 110010 1001101 0 1001110 1011 1110111 1001011 110110

Color Harmonies of #34E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E232

Black with #34E232

Text Example


Text Example

White with #34E232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,226,50); }

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

background-color css

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

 a { background-color: rgb(52,226,50); }

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

border-color css

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

 span { border-color: rgb(52,226,50); }

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