#35FD41

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

Shades of Lime Green #35FD41

Tints of Lime Green #35FD41

Color information

#35FD41 (or 0x35FD41) is unknown color: approx Lime Green. HEX triplet: 35, FD and 41. RGB value is (53,253,65). Sum of RGB (Red+Green+Blue) = 53+253+65=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #35FD41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FD41 is #CA02BE. Grayscale: #ACACAC. Windows color (decimal): -13238975 or 4324661. OLE color: 4324661.

HSL color Cylindrical-coordinate representation of color #35FD41: hue angle of 123.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FD41 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB5325365-
CMYK0.7900.740.01
HSL123.6º98.04%60%-
HSV(B)123.6º79.05%99.22%-
XYZ37.5571.3916.8-
YUV171.7767.7443.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 253 (99.22% from 255) = 68.19%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=14.29%
G=68.19%
B=17.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53253650.7900.740.01123.698.0460
Hex35FD414F04A17c623c
Octal653751011170112117414274
Binary110101111111011000001100111101001010111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,253,65); }

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

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

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

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

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

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

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