#2BB935

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

Shades of Lime Green #2BB935

Tints of Lime Green #2BB935

Color information

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

HSL color Cylindrical-coordinate representation of color #2BB935: hue angle of 124.23º 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 #2BB935 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB4318553-
CMYK0.7700.710.27
HSL124.23º62.28%44.71%-
HSV(B)124.23º76.76%72.55%-
XYZ18.9935.479.21-
YUV127.4985.9667.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43185530.7700.710.27124.2362.2844.71
Hex2BB9354D0471B7c3e2d
Octal53271651150107331747655
Binary10101110111001110101100110101000111110111111100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BB935; }

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

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

<style>
 a { background-color: #2BB935; }

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

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

<style>
 span { border-color: #2BB935; }

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

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