#35BE41

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

Shades of Lime Green #35BE41

Tints of Lime Green #35BE41

Color information

#35BE41 (or 0x35BE41) is unknown color: approx Lime Green. HEX triplet: 35, BE and 41. RGB value is (53,190,65). Sum of RGB (Red+Green+Blue) = 53+190+65=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BE41 is #CA41BE. Grayscale: #878787. Windows color (decimal): -13255103 or 4308533. OLE color: 4308533.

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

Color convert

RGB5319065-
CMYK0.7200.660.25
HSL125.26º56.38%47.65%-
HSV(B)125.26º72.11%74.51%-
XYZ20.8437.9711.23-
YUV134.7988.6169.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 190 (74.61% from 255) = 61.69%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=17.21%
G=61.69%
B=21.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53190650.7200.660.25125.2656.3847.65
Hex35BE4148042197d3830
Octal652761011100102311757060
Binary110101101111101000001100100001000010110011111101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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