Html Css Color HEX #2BDC26 Lime Green

📋 copy color: '#2BDC26'

red 43 ◦ green 220 ◦ blue 38

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

Shades of Lime Green #2BDC26

Tints of Lime Green #2BDC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 14.29%
G = 73.09%
B = 12.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#2BDC26 (or 0x2BDC26) is known color: Lime Green. HEX triplet: 2B, DC and 26. RGB value is (43,220,38). Sum of RGB (Red+Green+Blue) = 43+220+38=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC26 is #D423D9. Grayscale: #929292. Windows color (decimal): -13902810 or 2546731. OLE color: 2546731.

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

Color convert

RGB 43 220 38 -
CMYK 0.80 0 0.83 0.14
HSL 118.35º 0.72% 0.51% -
HSV(B) 118.35º 0.83% 0.86% -
XYZ 26.94 51.84 10.42 -
YUV 146.33 66.86 54.3 -
System Red Green Blue C M Y K H S L
Decimal 43 220 38 0.80 0 0.83 0.14 118.35 0.72 0.51
Hex 2B DC 26 50 0 53 E 76 48 33
Octal 53 334 46 120 0 123 16 166 110 63
Binary 101011 11011100 100110 1010000 0 1010011 1110 1110110 1001000 110011

Color Harmonies of #2BDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC26

Black with #2BDC26

Text Example


Text Example

White with #2BDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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