Html Css Color HEX #2BDC24 Lime Green

📋 copy color: '#2BDC24'

red 43 ◦ green 220 ◦ blue 36

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

Shades of Lime Green #2BDC24

Tints of Lime Green #2BDC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 14.38%
G = 73.58%
B = 12.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#2BDC24 (or 0x2BDC24) is known color: Lime Green. HEX triplet: 2B, DC and 24. RGB value is (43,220,36). Sum of RGB (Red+Green+Blue) = 43+220+36=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC24 is #D423DB. Grayscale: #929292. Windows color (decimal): -13902812 or 2415659. OLE color: 2415659.

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

Color convert

RGB 43 220 36 -
CMYK 0.80 0 0.84 0.14
HSL 117.72º 0.72% 0.5% -
HSV(B) 117.72º 0.84% 0.86% -
XYZ 26.91 51.83 10.25 -
YUV 146.1 65.86 54.46 -
System Red Green Blue C M Y K H S L
Decimal 43 220 36 0.80 0 0.84 0.14 117.72 0.72 0.5
Hex 2B DC 24 50 0 54 E 76 48 32
Octal 53 334 44 120 0 124 16 166 110 62
Binary 101011 11011100 100100 1010000 0 1010100 1110 1110110 1001000 110010

Color Harmonies of #2BDC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC24

Black with #2BDC24

Text Example


Text Example

White with #2BDC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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