#2BB335

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

Shades of Lime Green #2BB335

Tints of Lime Green #2BB335

Color information

#2BB335 (or 0x2BB335) is unknown color: approx Lime Green. HEX triplet: 2B, B3 and 35. RGB value is (43,179,53). Sum of RGB (Red+Green+Blue) = 43+179+53=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB335 is #D44CCA. Grayscale: #7C7C7C. Windows color (decimal): -13913291 or 3519275. OLE color: 3519275.

HSL color Cylindrical-coordinate representation of color #2BB335: hue angle of 124.41º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB335 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB4317953-
CMYK0.7600.700.30
HSL124.41º61.26%43.53%-
HSV(B)124.41º75.98%70.2%-
XYZ17.7633.018.8-
YUV123.9787.9470.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.64%
GREEN value IS 179 (70.31% from 255) = 65.09%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=15.64%
G=65.09%
B=19.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179530.7600.700.30124.4161.2643.53
Hex2BB3354C0461E7c3d2c
Octal53263651140106361747554
Binary10101110110011110101100110001000110111101111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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