Html Css Color HEX #2BE028 Lime Green

📋 copy color: '#2BE028'

red 43 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #2BE028

Tints of Lime Green #2BE028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 14.01%
G = 72.96%
B = 13.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#2BE028 (or 0x2BE028) is known color: Lime Green. HEX triplet: 2B, E0 and 28. RGB value is (43,224,40). Sum of RGB (Red+Green+Blue) = 43+224+40=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE028 is #D41FD7. Grayscale: #959595. Windows color (decimal): -13901784 or 2678827. OLE color: 2678827.

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

Color convert

RGB 43 224 40 -
CMYK 0.81 0 0.82 0.12
HSL 119.02º 0.75% 0.52% -
HSV(B) 119.02º 0.82% 0.88% -
XYZ 28.03 53.98 10.95 -
YUV 148.91 66.53 52.46 -
System Red Green Blue C M Y K H S L
Decimal 43 224 40 0.81 0 0.82 0.12 119.02 0.75 0.52
Hex 2B E0 28 51 0 52 C 77 4B 34
Octal 53 340 50 121 0 122 14 167 113 64
Binary 101011 11100000 101000 1010001 0 1010010 1100 1110111 1001011 110100

Color Harmonies of #2BE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE028

Black with #2BE028

Text Example


Text Example

White with #2BE028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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