Html Css Color HEX #35D121 Lime Green

📋 copy color: '#35D121'

red 53 ◦ green 209 ◦ blue 33

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

Shades of Lime Green #35D121

Tints of Lime Green #35D121

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.85%

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

R = 17.97%
G = 70.85%
B = 11.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#35D121 (or 0x35D121) is known color: Lime Green. HEX triplet: 35, D1 and 21. RGB value is (53,209,33). Sum of RGB (Red+Green+Blue) = 53+209+33=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 209 (82.03% from 255 or 70.85% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 209 - color contains mainly: green. Hex color #35D121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D121 is #CA2EDE. Grayscale: #8E8E8E. Windows color (decimal): -13250271 or 2216245. OLE color: 2216245.

HSL color Cylindrical-coordinate representation of color #35D121: hue angle of 113.18º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35D121 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 209 33 -
CMYK 0.75 0 0.84 0.18
HSL 113.18º 0.73% 0.47% -
HSV(B) 113.18º 0.84% 0.82% -
XYZ 24.54 46.47 9.11 -
YUV 142.29 66.32 64.31 -
System Red Green Blue C M Y K H S L
Decimal 53 209 33 0.75 0 0.84 0.18 113.18 0.73 0.47
Hex 35 D1 21 4B 0 54 12 71 49 2F
Octal 65 321 41 113 0 124 22 161 111 57
Binary 110101 11010001 100001 1001011 0 1010100 10010 1110001 1001001 101111

Color Harmonies of #35D121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D121

Black with #35D121

Text Example


Text Example

White with #35D121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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