Html Css Color HEX #2BDA31 Lime Green

📋 copy color: '#2BDA31'

red 43 ◦ green 218 ◦ blue 49

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

Shades of Lime Green #2BDA31

Tints of Lime Green #2BDA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 13.87%
G = 70.32%
B = 15.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#2BDA31 (or 0x2BDA31) is known color: Lime Green. HEX triplet: 2B, DA and 31. RGB value is (43,218,49). Sum of RGB (Red+Green+Blue) = 43+218+49=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA31 is #D425CE. Grayscale: #929292. Windows color (decimal): -13903311 or 3267115. OLE color: 3267115.

HSL color Cylindrical-coordinate representation of color #2BDA31: hue angle of 122.06º 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 #2BDA31 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 49 -
CMYK 0.80 0 0.78 0.15
HSL 122.06º 0.7% 0.51% -
HSV(B) 122.06º 0.8% 0.85% -
XYZ 26.62 50.88 11.32 -
YUV 146.41 73.02 54.24 -
System Red Green Blue C M Y K H S L
Decimal 43 218 49 0.80 0 0.78 0.15 122.06 0.7 0.51
Hex 2B DA 31 50 0 4E F 7A 46 33
Octal 53 332 61 120 0 116 17 172 106 63
Binary 101011 11011010 110001 1010000 0 1001110 1111 1111010 1000110 110011

Color Harmonies of #2BDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA31

Black with #2BDA31

Text Example


Text Example

White with #2BDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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