Html Css Color HEX #2BE01C Lime Green

📋 copy color: '#2BE01C'

red 43 ◦ green 224 ◦ blue 28

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

Shades of Lime Green #2BE01C

Tints of Lime Green #2BE01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 14.58%
G = 75.93%
B = 9.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#2BE01C (or 0x2BE01C) is known color: Lime Green. HEX triplet: 2B, E0 and 1C. RGB value is (43,224,28). Sum of RGB (Red+Green+Blue) = 43+224+28=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE01C is #D41FE3. Grayscale: #949494. Windows color (decimal): -13901796 or 1892395. OLE color: 1892395.

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

Color convert

RGB 43 224 28 -
CMYK 0.81 0 0.88 0.12
HSL 115.41º 0.78% 0.49% -
HSV(B) 115.41º 0.88% 0.88% -
XYZ 27.86 53.91 10.04 -
YUV 147.54 60.53 53.44 -
System Red Green Blue C M Y K H S L
Decimal 43 224 28 0.81 0 0.88 0.12 115.41 0.78 0.49
Hex 2B E0 1C 51 0 58 C 73 4E 31
Octal 53 340 34 121 0 130 14 163 116 61
Binary 101011 11100000 11100 1010001 0 1011000 1100 1110011 1001110 110001

Color Harmonies of #2BE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE01C

Black with #2BE01C

Text Example


Text Example

White with #2BE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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