Html Css Color HEX #2BDC13 Lime Green

📋 copy color: '#2BDC13'

red 43 ◦ green 220 ◦ blue 19

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

Shades of Lime Green #2BDC13

Tints of Lime Green #2BDC13

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.01%

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 15.25%
G = 78.01%
B = 6.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#2BDC13 (or 0x2BDC13) is known color: Lime Green. HEX triplet: 2B, DC and 13. RGB value is (43,220,19). Sum of RGB (Red+Green+Blue) = 43+220+19=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDC13 is #D423EC. Grayscale: #909090. Windows color (decimal): -13902829 or 1301547. OLE color: 1301547.

HSL color Cylindrical-coordinate representation of color #2BDC13: hue angle of 112.84º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BDC13 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 19 -
CMYK 0.80 0 0.91 0.14
HSL 112.84º 0.84% 0.47% -
HSV(B) 112.84º 0.91% 0.86% -
XYZ 26.71 51.75 9.2 -
YUV 144.16 57.36 55.84 -
System Red Green Blue C M Y K H S L
Decimal 43 220 19 0.80 0 0.91 0.14 112.84 0.84 0.47
Hex 2B DC 13 50 0 5B E 71 54 2F
Octal 53 334 23 120 0 133 16 161 124 57
Binary 101011 11011100 10011 1010000 0 1011011 1110 1110001 1010100 101111

Color Harmonies of #2BDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC13

Black with #2BDC13

Text Example


Text Example

White with #2BDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,220,19); }

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

background-color css

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

 a { background-color: rgb(43,220,19); }

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

border-color css

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

 span { border-color: rgb(43,220,19); }

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