#35BB3D

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

Shades of Lime Green #35BB3D

Tints of Lime Green #35BB3D

Color information

#35BB3D (or 0x35BB3D) is unknown color: approx Lime Green. HEX triplet: 35, BB and 3D. RGB value is (53,187,61). Sum of RGB (Red+Green+Blue) = 53+187+61=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB3D is #CA44C2. Grayscale: #848484. Windows color (decimal): -13255875 or 4045621. OLE color: 4045621.

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

Color convert

RGB5318761-
CMYK0.7200.670.27
HSL123.58º55.83%47.06%-
HSV(B)123.58º71.66%73.33%-
XYZ20.0836.6310.43-
YUV132.5787.6171.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 187 (73.44% from 255) = 62.13%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=17.61%
G=62.13%
B=20.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53187610.7200.670.27123.5855.8347.06
Hex35BB3D480431B7c382f
Octal65273751100103331747057
Binary11010110111011111101100100001000011110111111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,61); }

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

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

 a { background-color: rgb(53,187,61); }

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

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

 span { border-color: rgb(53,187,61); }

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