#2BE626

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

Shades of Lime Green #2BE626

Tints of Lime Green #2BE626

Color information

#2BE626 (or 0x2BE626) is unknown color: approx Lime Green. HEX triplet: 2B, E6 and 26. RGB value is (43,230,38). Sum of RGB (Red+Green+Blue) = 43+230+38=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 230 (90.23% from 255 or 73.95% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE626 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE626 is #D419D9. Grayscale: #989898. Windows color (decimal): -13900250 or 2549291. OLE color: 2549291.

HSL color Cylindrical-coordinate representation of color #2BE626: hue angle of 118.44º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE626 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB4323038-
CMYK0.8100.830.10
HSL118.44º79.34%52.55%-
HSV(B)118.44º83.48%90.2%-
XYZ29.6457.2511.32-
YUV152.263.5550.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 230 (90.23% from 255) = 73.95%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=13.83%
G=73.95%
B=12.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal43230380.8100.830.10118.4479.3452.55
Hex2BE62651053A764f35
Octal533464612101231216611765
Binary10101111100110100110101000101010011101011101101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,230,38); }

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

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

 a { background-color: rgb(43,230,38); }

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

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

 span { border-color: rgb(43,230,38); }

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