Html Css Color HEX #2BDA21 Lime Green

📋 copy color: '#2BDA21'

red 43 ◦ green 218 ◦ blue 33

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

Shades of Lime Green #2BDA21

Tints of Lime Green #2BDA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.22%

R = 14.63%
G = 74.15%
B = 11.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#2BDA21 (or 0x2BDA21) is known color: Lime Green. HEX triplet: 2B, DA and 21. RGB value is (43,218,33). Sum of RGB (Red+Green+Blue) = 43+218+33=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA21 is #D425DE. Grayscale: #919191. Windows color (decimal): -13903327 or 2218539. OLE color: 2218539.

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

Color convert

RGB 43 218 33 -
CMYK 0.80 0 0.85 0.15
HSL 116.76º 0.74% 0.49% -
HSV(B) 116.76º 0.85% 0.85% -
XYZ 26.34 50.77 9.85 -
YUV 144.59 65.02 55.54 -
System Red Green Blue C M Y K H S L
Decimal 43 218 33 0.80 0 0.85 0.15 116.76 0.74 0.49
Hex 2B DA 21 50 0 55 F 75 4A 31
Octal 53 332 41 120 0 125 17 165 112 61
Binary 101011 11011010 100001 1010000 0 1010101 1111 1110101 1001010 110001

Color Harmonies of #2BDA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA21

Black with #2BDA21

Text Example


Text Example

White with #2BDA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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