#35B92B

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

Shades of Lime Green #35B92B

Tints of Lime Green #35B92B

Color information

#35B92B (or 0x35B92B) is unknown color: approx Lime Green. HEX triplet: 35, B9 and 2B. RGB value is (53,185,43). Sum of RGB (Red+Green+Blue) = 53+185+43=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #35B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B92B is #CA46D4. Grayscale: #818181. Windows color (decimal): -13256405 or 2865461. OLE color: 2865461.

HSL color Cylindrical-coordinate representation of color #35B92B: hue angle of 115.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35B92B is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB5318543-
CMYK0.7100.770.27
HSL115.77º62.28%44.71%-
HSV(B)115.77º76.76%72.55%-
XYZ19.2535.638.15-
YUV129.3479.2773.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 185 (72.66% from 255) = 65.84%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=18.86%
G=65.84%
B=15.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53185430.7100.770.27115.7762.2844.71
Hex35B92B4704D1B743e2d
Octal65271531070115331647655
Binary11010110111001101011100011101001101110111110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,43); }

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

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

 a { background-color: rgb(53,185,43); }

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

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

 span { border-color: rgb(53,185,43); }

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