Html Css Color HEX #2BDA15 Lime Green

📋 copy color: '#2BDA15'

red 43 ◦ green 218 ◦ blue 21

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

Shades of Lime Green #2BDA15

Tints of Lime Green #2BDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.3%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 15.25%
G = 77.3%
B = 7.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#2BDA15 (or 0x2BDA15) is known color: Lime Green. HEX triplet: 2B, DA and 15. RGB value is (43,218,21). Sum of RGB (Red+Green+Blue) = 43+218+21=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDA15 is #D425EA. Grayscale: #8F8F8F. Windows color (decimal): -13903339 or 1432107. OLE color: 1432107.

HSL color Cylindrical-coordinate representation of color #2BDA15: hue angle of 113.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BDA15 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 21 -
CMYK 0.80 0 0.90 0.15
HSL 113.3º 0.82% 0.47% -
HSV(B) 113.3º 0.9% 0.85% -
XYZ 26.2 50.71 9.12 -
YUV 143.22 59.02 56.52 -
System Red Green Blue C M Y K H S L
Decimal 43 218 21 0.80 0 0.90 0.15 113.3 0.82 0.47
Hex 2B DA 15 50 0 5A F 71 52 2F
Octal 53 332 25 120 0 132 17 161 122 57
Binary 101011 11011010 10101 1010000 0 1011010 1111 1110001 1010010 101111

Color Harmonies of #2BDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA15

Black with #2BDA15

Text Example


Text Example

White with #2BDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,21); }

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

background-color css

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

 a { background-color: rgb(43,218,21); }

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

border-color css

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

 span { border-color: rgb(43,218,21); }

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