Html Css Color HEX #2BEC38 Lime Green

📋 copy color: '#2BEC38'

red 43 ◦ green 236 ◦ blue 56

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

Shades of Lime Green #2BEC38

Tints of Lime Green #2BEC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 12.84%
G = 70.45%
B = 16.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#2BEC38 (or 0x2BEC38) is known color: Lime Green. HEX triplet: 2B, EC and 38. RGB value is (43,236,56). Sum of RGB (Red+Green+Blue) = 43+236+56=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEC38 is #D413C7. Grayscale: #9E9E9E. Windows color (decimal): -13898696 or 3730475. OLE color: 3730475.

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

Color convert

RGB 43 236 56 -
CMYK 0.82 0 0.76 0.07
HSL 124.04º 0.84% 0.55% -
HSV(B) 124.04º 0.82% 0.93% -
XYZ 31.71 60.79 13.8 -
YUV 157.77 70.56 46.14 -
System Red Green Blue C M Y K H S L
Decimal 43 236 56 0.82 0 0.76 0.07 124.04 0.84 0.55
Hex 2B EC 38 52 0 4C 7 7C 54 37
Octal 53 354 70 122 0 114 7 174 124 67
Binary 101011 11101100 111000 1010010 0 1001100 111 1111100 1010100 110111

Color Harmonies of #2BEC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEC38

Black with #2BEC38

Text Example


Text Example

White with #2BEC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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