#35BE34

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

Shades of Lime Green #35BE34

Tints of Lime Green #35BE34

Color information

#35BE34 (or 0x35BE34) is unknown color: approx Lime Green. HEX triplet: 35, BE and 34. RGB value is (53,190,52). Sum of RGB (Red+Green+Blue) = 53+190+52=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BE34 is #CA41CB. Grayscale: #858585. Windows color (decimal): -13255116 or 3456565. OLE color: 3456565.

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

Color convert

RGB5319052-
CMYK0.7200.730.25
HSL119.57º57.02%47.45%-
HSV(B)119.57º72.63%74.51%-
XYZ20.537.839.47-
YUV133.382.1170.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 190 (74.61% from 255) = 64.41%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=17.97%
G=64.41%
B=17.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53190520.7200.730.25119.5757.0247.45
Hex35BE34480491978392f
Octal65276641100111311707157
Binary11010110111110110100100100001001001110011111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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