#35D51D

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

Shades of Lime Green #35D51D

Tints of Lime Green #35D51D

Color information

#35D51D (or 0x35D51D) is unknown color: approx Lime Green. HEX triplet: 35, D5 and 1D. RGB value is (53,213,29). Sum of RGB (Red+Green+Blue) = 53+213+29=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #35D51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D51D is #CA2AE2. Grayscale: #909090. Windows color (decimal): -13249251 or 1955125. OLE color: 1955125.

HSL color Cylindrical-coordinate representation of color #35D51D: hue angle of 112.17º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35D51D is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB5321329-
CMYK0.7500.860.16
HSL112.17º76.03%47.45%-
HSV(B)112.17º86.38%83.53%-
XYZ25.4848.439.17-
YUV144.1862.9962.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 213 (83.59% from 255) = 72.20%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=17.97%
G=72.20%
B=9.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213290.7500.860.16112.1776.0347.45
Hex35D51D4B05610704c2f
Octal653253511301262016011457
Binary11010111010101111011001011010101101000011100001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,213,29); }

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

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

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

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

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

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

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