#35D421

Color #35D421 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #35D421

Tints of Lime Green #35D421

Color information

#35D421 (or 0x35D421) is unknown color: approx Lime Green. HEX triplet: 35, D4 and 21. RGB value is (53,212,33). Sum of RGB (Red+Green+Blue) = 53+212+33=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #35D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D421 is #CA2BDE. Grayscale: #909090. Windows color (decimal): -13249503 or 2217013. OLE color: 2217013.

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

Color convert

RGB5321233-
CMYK0.7500.840.17
HSL113.3º73.06%48.04%-
HSV(B)113.3º84.43%83.14%-
XYZ25.2947.959.36-
YUV144.0565.3263.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 212 (83.20% from 255) = 71.14%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=17.79%
G=71.14%
B=11.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53212330.7500.840.17113.373.0648.04
Hex35D4214B05411714930
Octal653244111301242116111160
Binary110101110101001000011001011010101001000111100011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35D421;
 }
 .AnyTagClassName
 {
   color: #35D421;
 }
</style>
background-color css

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

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

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

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

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

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