Html Css Color HEX #2BE144 Lime Green

📋 copy color: '#2BE144'

red 43 ◦ green 225 ◦ blue 68

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

Shades of Lime Green #2BE144

Tints of Lime Green #2BE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.96%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 12.8%
G = 66.96%
B = 20.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#2BE144 (or 0x2BE144) is known color: Lime Green. HEX triplet: 2B, E1 and 44. RGB value is (43,225,68). Sum of RGB (Red+Green+Blue) = 43+225+68=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE144 is #D41EBB. Grayscale: #999999. Windows color (decimal): -13901500 or 4514091. OLE color: 4514091.

HSL color Cylindrical-coordinate representation of color #2BE144: hue angle of 128.24º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE144 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 225 68 -
CMYK 0.81 0 0.70 0.12
HSL 128.24º 0.75% 0.53% -
HSV(B) 128.24º 0.81% 0.88% -
XYZ 28.96 54.78 14.52 -
YUV 152.68 80.2 49.77 -
System Red Green Blue C M Y K H S L
Decimal 43 225 68 0.81 0 0.70 0.12 128.24 0.75 0.53
Hex 2B E1 44 51 0 46 C 80 4B 35
Octal 53 341 104 121 0 106 14 200 113 65
Binary 101011 11100001 1000100 1010001 0 1000110 1100 10000000 1001011 110101

Color Harmonies of #2BE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE144

Black with #2BE144

Text Example


Text Example

White with #2BE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,225,68); }

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

background-color css

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

 a { background-color: rgb(43,225,68); }

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

border-color css

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

 span { border-color: rgb(43,225,68); }

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