Html Css Color HEX #2BEC28 Lime Green

📋 copy color: '#2BEC28'

red 43 ◦ green 236 ◦ blue 40

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

Shades of Lime Green #2BEC28

Tints of Lime Green #2BEC28

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.98%

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

R = 13.48%
G = 73.98%
B = 12.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#2BEC28 (or 0x2BEC28) is known color: Lime Green. HEX triplet: 2B, EC and 28. RGB value is (43,236,40). Sum of RGB (Red+Green+Blue) = 43+236+40=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC28 is #D413D7. Grayscale: #9C9C9C. Windows color (decimal): -13898712 or 2681899. OLE color: 2681899.

HSL color Cylindrical-coordinate representation of color #2BEC28: hue angle of 119.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEC28 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 236 40 -
CMYK 0.82 0 0.83 0.07
HSL 119.08º 0.84% 0.54% -
HSV(B) 119.08º 0.83% 0.93% -
XYZ 31.37 60.66 12.06 -
YUV 155.95 62.56 47.44 -
System Red Green Blue C M Y K H S L
Decimal 43 236 40 0.82 0 0.83 0.07 119.08 0.84 0.54
Hex 2B EC 28 52 0 53 7 77 54 36
Octal 53 354 50 122 0 123 7 167 124 66
Binary 101011 11101100 101000 1010010 0 1010011 111 1110111 1010100 110110

Color Harmonies of #2BEC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEC28

Black with #2BEC28

Text Example


Text Example

White with #2BEC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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