#2BBE30

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

Shades of Lime Green #2BBE30

Tints of Lime Green #2BBE30

Color information

#2BBE30 (or 0x2BBE30) is unknown color: approx Lime Green. HEX triplet: 2B, BE and 30. RGB value is (43,190,48). Sum of RGB (Red+Green+Blue) = 43+190+48=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE30 is #D441CF. Grayscale: #828282. Windows color (decimal): -13910480 or 3194411. OLE color: 3194411.

HSL color Cylindrical-coordinate representation of color #2BBE30: hue angle of 122.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE30 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB4319048-
CMYK0.7700.750.25
HSL122.04º63.09%45.69%-
HSV(B)122.04º77.37%74.51%-
XYZ19.9437.558.99-
YUV129.8681.866.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 190 (74.61% from 255) = 67.62%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=15.30%
G=67.62%
B=17.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43190480.7700.750.25122.0463.0945.69
Hex2BBE304D04B197a3f2e
Octal53276601150113311727756
Binary10101110111110110000100110101001011110011111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,190,48); }

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

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

 a { background-color: rgb(43,190,48); }

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

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

 span { border-color: rgb(43,190,48); }

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