#35CD30

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

Shades of Lime Green #35CD30

Tints of Lime Green #35CD30

Color information

#35CD30 (or 0x35CD30) is unknown color: approx Lime Green. HEX triplet: 35, CD and 30. RGB value is (53,205,48). Sum of RGB (Red+Green+Blue) = 53+205+48=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CD30 is #CA32CF. Grayscale: #8E8E8E. Windows color (decimal): -13251280 or 3198261. OLE color: 3198261.

HSL color Cylindrical-coordinate representation of color #35CD30: hue angle of 118.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CD30 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB5320548-
CMYK0.7400.770.20
HSL118.09º62.06%49.61%-
HSV(B)118.09º76.59%80.39%-
XYZ23.8344.6310.16-
YUV141.6575.1464.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 205 (80.47% from 255) = 66.99%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=17.32%
G=66.99%
B=15.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53205480.7400.770.20118.0962.0649.61
Hex35CD304A04D14763e32
Octal65315601120115241667662
Binary11010111001101110000100101001001101101001110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,48); }

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

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

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

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

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

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

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