#2BCB42

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

Shades of Lime Green #2BCB42

Tints of Lime Green #2BCB42

Color information

#2BCB42 (or 0x2BCB42) is unknown color: approx Lime Green. HEX triplet: 2B, CB and 42. RGB value is (43,203,66). Sum of RGB (Red+Green+Blue) = 43+203+66=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCB42 is #D434BD. Grayscale: #8B8B8B. Windows color (decimal): -13907134 or 4377387. OLE color: 4377387.

HSL color Cylindrical-coordinate representation of color #2BCB42: hue angle of 128.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCB42 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB4320366-
CMYK0.7900.670.20
HSL128.62º65.04%48.24%-
HSV(B)128.62º78.82%79.61%-
XYZ23.3443.6212.34-
YUV139.5486.4959.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 203 (79.69% from 255) = 65.06%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=13.78%
G=65.06%
B=21.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43203660.7900.670.20128.6265.0448.24
Hex2BCB424F04314814130
Octal5331310211701032420110160
Binary10101111001011100001010011110100001110100100000011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,203,66); }

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

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

 a { background-color: rgb(43,203,66); }

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

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

 span { border-color: rgb(43,203,66); }

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