Html Css Color HEX #35D215 Lime Green

📋 copy color: '#35D215'

red 53 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #35D215

Tints of Lime Green #35D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 73.94%

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

R = 18.66%
G = 73.94%
B = 7.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#35D215 (or 0x35D215) is known color: Lime Green. HEX triplet: 35, D2 and 15. RGB value is (53,210,21). Sum of RGB (Red+Green+Blue) = 53+210+21=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 210 (82.42% from 255 or 73.94% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 210 - color contains mainly: green. Hex color #35D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D215 is #CA2DEA. Grayscale: #8E8E8E. Windows color (decimal): -13250027 or 1430069. OLE color: 1430069.

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

Color convert

RGB 53 210 21 -
CMYK 0.75 0 0.90 0.18
HSL 109.84º 0.82% 0.45% -
HSV(B) 109.84º 0.9% 0.82% -
XYZ 24.65 46.9 8.46 -
YUV 141.51 59.99 64.87 -
System Red Green Blue C M Y K H S L
Decimal 53 210 21 0.75 0 0.90 0.18 109.84 0.82 0.45
Hex 35 D2 15 4B 0 5A 12 6E 52 2D
Octal 65 322 25 113 0 132 22 156 122 55
Binary 110101 11010010 10101 1001011 0 1011010 10010 1101110 1010010 101101

Color Harmonies of #35D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D215

Black with #35D215

Text Example


Text Example

White with #35D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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