Html Css Color HEX #2BE246 Lime Green

📋 copy color: '#2BE246'

red 43 ◦ green 226 ◦ blue 70

#2BE246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2BE246

Tints of Lime Green #2BE246

RGB

 RED value IS 43 (17.19% from 255) = 12.68%

 GREEN value IS 226 (88.67% from 255) = 66.67%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 12.68%
G = 66.67%
B = 20.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#2BE246 (or 0x2BE246) is known color: Lime Green. HEX triplet: 2B, E2 and 46. RGB value is (43,226,70). Sum of RGB (Red+Green+Blue) = 43+226+70=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 226 (88.67% from 255 or 66.67% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE246 is #D41DB9. Grayscale: #999999. Windows color (decimal): -13901242 or 4645419. OLE color: 4645419.

HSL color Cylindrical-coordinate representation of color #2BE246: hue angle of 128.85º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE246 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 226 70 -
CMYK 0.81 0 0.69 0.11
HSL 128.85º 0.76% 0.53% -
HSV(B) 128.85º 0.81% 0.89% -
XYZ 29.3 55.35 14.93 -
YUV 153.5 80.87 49.18 -
System Red Green Blue C M Y K H S L
Decimal 43 226 70 0.81 0 0.69 0.11 128.85 0.76 0.53
Hex 2B E2 46 51 0 45 B 81 4C 35
Octal 53 342 106 121 0 105 13 201 114 65
Binary 101011 11100010 1000110 1010001 0 1000101 1011 10000001 1001100 110101

Color Harmonies of #2BE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE246

Black with #2BE246

Text Example


Text Example

White with #2BE246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,226,70); }

 H1.HeaderClassName
 {
   color: #2BE246;
 }
 .AnyTagClassName
 {
   color: #2BE246;
 }
</style>

background-color css

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

 a { background-color: rgb(43,226,70); }

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

border-color css

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

 span { border-color: rgb(43,226,70); }

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