Html Css Color HEX #2BE044 Lime Green

📋 copy color: '#2BE044'

red 43 ◦ green 224 ◦ blue 68

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

Shades of Lime Green #2BE044

Tints of Lime Green #2BE044

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.87%

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

R = 12.84%
G = 66.87%
B = 20.3%

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

#2BE044 (or 0x2BE044) is known color: Lime Green. HEX triplet: 2B, E0 and 44. RGB value is (43,224,68). Sum of RGB (Red+Green+Blue) = 43+224+68=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE044 is #D41FBB. Grayscale: #989898. Windows color (decimal): -13901756 or 4513835. OLE color: 4513835.

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

Color convert

RGB 43 224 68 -
CMYK 0.81 0 0.70 0.12
HSL 128.29º 0.74% 0.52% -
HSV(B) 128.29º 0.81% 0.88% -
XYZ 28.7 54.24 14.43 -
YUV 152.1 80.53 50.18 -
System Red Green Blue C M Y K H S L
Decimal 43 224 68 0.81 0 0.70 0.12 128.29 0.74 0.52
Hex 2B E0 44 51 0 46 C 80 4A 34
Octal 53 340 104 121 0 106 14 200 112 64
Binary 101011 11100000 1000100 1010001 0 1000110 1100 10000000 1001010 110100

Color Harmonies of #2BE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE044

Black with #2BE044

Text Example


Text Example

White with #2BE044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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