Html Css Color HEX #35DD15 Lime Green

📋 copy color: '#35DD15'

red 53 ◦ green 221 ◦ blue 21

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

Shades of Lime Green #35DD15

Tints of Lime Green #35DD15

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.92%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 17.97%
G = 74.92%
B = 7.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#35DD15 (or 0x35DD15) is known color: Lime Green. HEX triplet: 35, DD and 15. RGB value is (53,221,21). Sum of RGB (Red+Green+Blue) = 53+221+21=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DD15 is #CA22EA. Grayscale: #949494. Windows color (decimal): -13247211 or 1432885. OLE color: 1432885.

HSL color Cylindrical-coordinate representation of color #35DD15: hue angle of 110.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35DD15 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 21 -
CMYK 0.76 0 0.90 0.13
HSL 110.4º 0.83% 0.47% -
HSV(B) 110.4º 0.9% 0.87% -
XYZ 27.46 52.52 9.4 -
YUV 147.97 56.34 60.26 -
System Red Green Blue C M Y K H S L
Decimal 53 221 21 0.76 0 0.90 0.13 110.4 0.83 0.47
Hex 35 DD 15 4C 0 5A D 6E 53 2F
Octal 65 335 25 114 0 132 15 156 123 57
Binary 110101 11011101 10101 1001100 0 1011010 1101 1101110 1010011 101111

Color Harmonies of #35DD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DD15

Black with #35DD15

Text Example


Text Example

White with #35DD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,221,21); }

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

background-color css

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

 a { background-color: rgb(53,221,21); }

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

border-color css

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

 span { border-color: rgb(53,221,21); }

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