Html Css Color HEX #35E322 Lime Green

📋 copy color: '#35E322'

red 53 ◦ green 227 ◦ blue 34

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

Shades of Lime Green #35E322

Tints of Lime Green #35E322

RGB

 RED value IS 53 (21.09% from 255) = 16.88%

 GREEN value IS 227 (89.06% from 255) = 72.29%

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 16.88%
G = 72.29%
B = 10.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#35E322 (or 0x35E322) is known color: Lime Green. HEX triplet: 35, E3 and 22. RGB value is (53,227,34). Sum of RGB (Red+Green+Blue) = 53+227+34=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 227 (89.06% from 255 or 72.29% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 227 - color contains mainly: green. Hex color #35E322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E322 is #CA1CDD. Grayscale: #999999. Windows color (decimal): -13245662 or 2286389. OLE color: 2286389.

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

Color convert

RGB 53 227 34 -
CMYK 0.77 0 0.85 0.11
HSL 114.09º 0.78% 0.51% -
HSV(B) 114.09º 0.85% 0.89% -
XYZ 29.23 55.81 10.75 -
YUV 152.97 60.85 56.69 -
System Red Green Blue C M Y K H S L
Decimal 53 227 34 0.77 0 0.85 0.11 114.09 0.78 0.51
Hex 35 E3 22 4D 0 55 B 72 4E 33
Octal 65 343 42 115 0 125 13 162 116 63
Binary 110101 11100011 100010 1001101 0 1010101 1011 1110010 1001110 110011

Color Harmonies of #35E322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E322

Black with #35E322

Text Example


Text Example

White with #35E322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35E322; }

 p { color: rgb(53,227,34); }

 H1.HeaderClassName
 {
   color: #35E322;
 }
 .AnyTagClassName
 {
   color: #35E322;
 }
</style>

background-color css

<style>
 a { background-color: #35E322; }

 a { background-color: rgb(53,227,34); }

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

border-color css

<style>
 span { border-color: #35E322; }

 span { border-color: rgb(53,227,34); }

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