#35F838

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

Shades of Lime Green #35F838

Tints of Lime Green #35F838

Color information

#35F838 (or 0x35F838) is unknown color: approx Lime Green. HEX triplet: 35, F8 and 38. RGB value is (53,248,56). Sum of RGB (Red+Green+Blue) = 53+248+56=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #35F838 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F838 is #CA07C7. Grayscale: #A8A8A8. Windows color (decimal): -13240264 or 3733557. OLE color: 3733557.

HSL color Cylindrical-coordinate representation of color #35F838: hue angle of 120.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F838 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB5324856-
CMYK0.7900.770.03
HSL120.92º93.3%59.02%-
HSV(B)120.92º78.63%97.25%-
XYZ35.7568.1815.02-
YUV167.8164.946.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 248 (97.27% from 255) = 69.47%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=14.85%
G=69.47%
B=15.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal53248560.7900.770.03120.9293.359.02
Hex35F8384F04D3795d3b
Octal65370701170115317113573
Binary110101111110001110001001111010011011111110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,248,56); }

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

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

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

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

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

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

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