Html Css Color HEX #35E116 Lime Green

📋 copy color: '#35E116'

red 53 ◦ green 225 ◦ blue 22

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

Shades of Lime Green #35E116

Tints of Lime Green #35E116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 17.67%
G = 75%
B = 7.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#35E116 (or 0x35E116) is known color: Lime Green. HEX triplet: 35, E1 and 16. RGB value is (53,225,22). Sum of RGB (Red+Green+Blue) = 53+225+22=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #35E116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E116 is #CA1EE9. Grayscale: #979797. Windows color (decimal): -13246186 or 1499445. OLE color: 1499445.

HSL color Cylindrical-coordinate representation of color #35E116: hue angle of 110.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35E116 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 225 22 -
CMYK 0.76 0 0.90 0.12
HSL 110.84º 0.82% 0.48% -
HSV(B) 110.84º 0.9% 0.88% -
XYZ 28.54 54.67 9.81 -
YUV 150.43 55.52 58.51 -
System Red Green Blue C M Y K H S L
Decimal 53 225 22 0.76 0 0.90 0.12 110.84 0.82 0.48
Hex 35 E1 16 4C 0 5A C 6F 52 30
Octal 65 341 26 114 0 132 14 157 122 60
Binary 110101 11100001 10110 1001100 0 1011010 1100 1101111 1010010 110000

Color Harmonies of #35E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E116

Black with #35E116

Text Example


Text Example

White with #35E116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,225,22); }

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

background-color css

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

 a { background-color: rgb(53,225,22); }

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

border-color css

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

 span { border-color: rgb(53,225,22); }

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