Html Css Color HEX #2BDE13 Lime Green

📋 copy color: '#2BDE13'

red 43 ◦ green 222 ◦ blue 19

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

Shades of Lime Green #2BDE13

Tints of Lime Green #2BDE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 78.17%

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

R = 15.14%
G = 78.17%
B = 6.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2BDE13 (or 0x2BDE13) is known color: Lime Green. HEX triplet: 2B, DE and 13. RGB value is (43,222,19). Sum of RGB (Red+Green+Blue) = 43+222+19=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDE13 is #D421EC. Grayscale: #919191. Windows color (decimal): -13902317 or 1302059. OLE color: 1302059.

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

Color convert

RGB 43 222 19 -
CMYK 0.81 0 0.91 0.13
HSL 112.91º 0.84% 0.47% -
HSV(B) 112.91º 0.91% 0.87% -
XYZ 27.24 52.8 9.37 -
YUV 145.34 56.7 55.01 -
System Red Green Blue C M Y K H S L
Decimal 43 222 19 0.81 0 0.91 0.13 112.91 0.84 0.47
Hex 2B DE 13 51 0 5B D 71 54 2F
Octal 53 336 23 121 0 133 15 161 124 57
Binary 101011 11011110 10011 1010001 0 1011011 1101 1110001 1010100 101111

Color Harmonies of #2BDE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE13

Black with #2BDE13

Text Example


Text Example

White with #2BDE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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