Html Css Color HEX #2BDA36 Lime Green

📋 copy color: '#2BDA36'

red 43 ◦ green 218 ◦ blue 54

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

Shades of Lime Green #2BDA36

Tints of Lime Green #2BDA36

RGB

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

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

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

R = 13.65%
G = 69.21%
B = 17.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#2BDA36 (or 0x2BDA36) is known color: Lime Green. HEX triplet: 2B, DA and 36. RGB value is (43,218,54). Sum of RGB (Red+Green+Blue) = 43+218+54=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA36 is #D425C9. Grayscale: #939393. Windows color (decimal): -13903306 or 3594795. OLE color: 3594795.

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

Color convert

RGB 43 218 54 -
CMYK 0.80 0 0.75 0.15
HSL 123.77º 0.7% 0.51% -
HSV(B) 123.77º 0.8% 0.85% -
XYZ 26.73 50.92 11.91 -
YUV 146.98 75.52 53.84 -
System Red Green Blue C M Y K H S L
Decimal 43 218 54 0.80 0 0.75 0.15 123.77 0.7 0.51
Hex 2B DA 36 50 0 4B F 7C 46 33
Octal 53 332 66 120 0 113 17 174 106 63
Binary 101011 11011010 110110 1010000 0 1001011 1111 1111100 1000110 110011

Color Harmonies of #2BDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA36

Black with #2BDA36

Text Example


Text Example

White with #2BDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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