Html Css Color HEX #35E121 Lime Green

📋 copy color: '#35E121'

red 53 ◦ green 225 ◦ blue 33

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

Shades of Lime Green #35E121

Tints of Lime Green #35E121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.61%

R = 17.04%
G = 72.35%
B = 10.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#35E121 (or 0x35E121) is known color: Lime Green. HEX triplet: 35, E1 and 21. RGB value is (53,225,33). Sum of RGB (Red+Green+Blue) = 53+225+33=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #35E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E121 is #CA1EDE. Grayscale: #989898. Windows color (decimal): -13246175 or 2220341. OLE color: 2220341.

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

Color convert

RGB 53 225 33 -
CMYK 0.76 0 0.85 0.12
HSL 113.75º 0.76% 0.51% -
HSV(B) 113.75º 0.85% 0.88% -
XYZ 28.67 54.72 10.49 -
YUV 151.68 61.02 57.61 -
System Red Green Blue C M Y K H S L
Decimal 53 225 33 0.76 0 0.85 0.12 113.75 0.76 0.51
Hex 35 E1 21 4C 0 55 C 72 4C 33
Octal 65 341 41 114 0 125 14 162 114 63
Binary 110101 11100001 100001 1001100 0 1010101 1100 1110010 1001100 110011

Color Harmonies of #35E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E121

Black with #35E121

Text Example


Text Example

White with #35E121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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