#2BE622

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

Shades of Lime Green #2BE622

Tints of Lime Green #2BE622

Color information

#2BE622 (or 0x2BE622) is unknown color: approx Lime Green. HEX triplet: 2B, E6 and 22. RGB value is (43,230,34). Sum of RGB (Red+Green+Blue) = 43+230+34=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE622 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE622 is #D419DD. Grayscale: #989898. Windows color (decimal): -13900254 or 2287147. OLE color: 2287147.

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

Color convert

RGB4323034-
CMYK0.8100.850.10
HSL117.24º79.67%51.76%-
HSV(B)117.24º85.22%90.2%-
XYZ29.5857.2211-
YUV151.7461.5550.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 230 (90.23% from 255) = 74.92%
BLUE value IS 34 (13.67% from 255) = 11.07%
R=14.01%
G=74.92%
B=11.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal43230340.8100.850.10117.2479.6751.76
Hex2BE62251055A755034
Octal533464212101251216512064
Binary10101111100110100010101000101010101101011101011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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