Html Css Color HEX #2BDA24 Lime Green

📋 copy color: '#2BDA24'

red 43 ◦ green 218 ◦ blue 36

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

Shades of Lime Green #2BDA24

Tints of Lime Green #2BDA24

RGB

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

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

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

R = 14.48%
G = 73.4%
B = 12.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#2BDA24 (or 0x2BDA24) is known color: Lime Green. HEX triplet: 2B, DA and 24. RGB value is (43,218,36). Sum of RGB (Red+Green+Blue) = 43+218+36=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA24 is #D425DB. Grayscale: #919191. Windows color (decimal): -13903324 or 2415147. OLE color: 2415147.

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

Color convert

RGB 43 218 36 -
CMYK 0.80 0 0.83 0.15
HSL 117.69º 0.72% 0.5% -
HSV(B) 117.69º 0.83% 0.85% -
XYZ 26.39 50.78 10.08 -
YUV 144.93 66.52 55.3 -
System Red Green Blue C M Y K H S L
Decimal 43 218 36 0.80 0 0.83 0.15 117.69 0.72 0.5
Hex 2B DA 24 50 0 53 F 76 48 32
Octal 53 332 44 120 0 123 17 166 110 62
Binary 101011 11011010 100100 1010000 0 1010011 1111 1110110 1001000 110010

Color Harmonies of #2BDA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA24

Black with #2BDA24

Text Example


Text Example

White with #2BDA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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