#35BE2E

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

Shades of Lime Green #35BE2E

Tints of Lime Green #35BE2E

Color information

#35BE2E (or 0x35BE2E) is unknown color: approx Lime Green. HEX triplet: 35, BE and 2E. RGB value is (53,190,46). Sum of RGB (Red+Green+Blue) = 53+190+46=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 190 (74.61% from 255 or 65.74% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BE2E is #CA41D1. Grayscale: #858585. Windows color (decimal): -13255122 or 3063349. OLE color: 3063349.

HSL color Cylindrical-coordinate representation of color #35BE2E: hue angle of 117.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BE2E is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB5319046-
CMYK0.7200.760.25
HSL117.08º61.02%46.27%-
HSV(B)117.08º75.79%74.51%-
XYZ20.3737.788.8-
YUV132.6279.1171.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 190 (74.61% from 255) = 65.74%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=18.34%
G=65.74%
B=15.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53190460.7200.760.25117.0861.0246.27
Hex35BE2E4804C19753d2e
Octal65276561100114311657556
Binary11010110111110101110100100001001100110011110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,190,46); }

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

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

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

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

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

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

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