Html Css Color HEX #2BDC36 Lime Green

📋 copy color: '#2BDC36'

red 43 ◦ green 220 ◦ blue 54

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

Shades of Lime Green #2BDC36

Tints of Lime Green #2BDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 13.56%
G = 69.4%
B = 17.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#2BDC36 (or 0x2BDC36) is known color: Lime Green. HEX triplet: 2B, DC and 36. RGB value is (43,220,54). Sum of RGB (Red+Green+Blue) = 43+220+54=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC36 is #D423C9. Grayscale: #949494. Windows color (decimal): -13902794 or 3595307. OLE color: 3595307.

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

Color convert

RGB 43 220 54 -
CMYK 0.80 0 0.75 0.14
HSL 123.73º 0.72% 0.52% -
HSV(B) 123.73º 0.8% 0.86% -
XYZ 27.26 51.97 12.08 -
YUV 148.15 74.86 53 -
System Red Green Blue C M Y K H S L
Decimal 43 220 54 0.80 0 0.75 0.14 123.73 0.72 0.52
Hex 2B DC 36 50 0 4B E 7C 48 34
Octal 53 334 66 120 0 113 16 174 110 64
Binary 101011 11011100 110110 1010000 0 1001011 1110 1111100 1001000 110100

Color Harmonies of #2BDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC36

Black with #2BDC36

Text Example


Text Example

White with #2BDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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