#35CF35

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

Shades of Lime Green #35CF35

Tints of Lime Green #35CF35

Color information

#35CF35 (or 0x35CF35) is unknown color: approx Lime Green. HEX triplet: 35, CF and 35. RGB value is (53,207,53). Sum of RGB (Red+Green+Blue) = 53+207+53=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF35 is #CA30CA. Grayscale: #8F8F8F. Windows color (decimal): -13250763 or 3526453. OLE color: 3526453.

HSL color Cylindrical-coordinate representation of color #35CF35: hue angle of 120º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF35 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB5320753-
CMYK0.7400.740.19
HSL120º61.6%50.98%-
HSV(B)120º74.4%81.18%-
XYZ24.4245.6410.89-
YUV143.476.9863.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 207 (81.25% from 255) = 66.13%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=16.93%
G=66.13%
B=16.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53207530.7400.740.1912061.650.98
Hex35CF354A04A13783e33
Octal65317651120112231707663
Binary11010111001111110101100101001001010100111111000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,207,53); }

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

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

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

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

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

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

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