Html Css Color HEX #34E928 Lime Green

📋 copy color: '#34E928'

red 52 ◦ green 233 ◦ blue 40

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

Shades of Lime Green #34E928

Tints of Lime Green #34E928

RGB

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

 GREEN value IS 233 (91.41% from 255) = 71.69%

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 16%
G = 71.69%
B = 12.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#34E928 (or 0x34E928) is known color: Lime Green. HEX triplet: 34, E9 and 28. RGB value is (52,233,40). Sum of RGB (Red+Green+Blue) = 52+233+40=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 233 (91.41% from 255 or 71.69% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 233 - color contains mainly: green. Hex color #34E928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E928 is #CB16D7. Grayscale: #9D9D9D. Windows color (decimal): -13309656 or 2681140. OLE color: 2681140.

HSL color Cylindrical-coordinate representation of color #34E928: hue angle of 116.27º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34E928 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 40 -
CMYK 0.78 0 0.83 0.09
HSL 116.27º 0.81% 0.54% -
HSV(B) 116.27º 0.83% 0.91% -
XYZ 30.94 59.16 11.8 -
YUV 156.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 52 233 40 0.78 0 0.83 0.09 116.27 0.81 0.54
Hex 34 E9 28 4E 0 53 9 74 51 36
Octal 64 351 50 116 0 123 11 164 121 66
Binary 110100 11101001 101000 1001110 0 1010011 1001 1110100 1010001 110110

Color Harmonies of #34E928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E928

Black with #34E928

Text Example


Text Example

White with #34E928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,233,40); }

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

background-color css

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

 a { background-color: rgb(52,233,40); }

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

border-color css

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

 span { border-color: rgb(52,233,40); }

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