Html Css Color HEX #2BD814 Lime Green

📋 copy color: '#2BD814'

red 43 ◦ green 216 ◦ blue 20

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

Shades of Lime Green #2BD814

Tints of Lime Green #2BD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.42%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 15.41%
G = 77.42%
B = 7.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#2BD814 (or 0x2BD814) is known color: Lime Green. HEX triplet: 2B, D8 and 14. RGB value is (43,216,20). Sum of RGB (Red+Green+Blue) = 43+216+20=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD814 is #D427EB. Grayscale: #8E8E8E. Windows color (decimal): -13903852 or 1366059. OLE color: 1366059.

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

Color convert

RGB 43 216 20 -
CMYK 0.80 0 0.91 0.15
HSL 112.96º 0.83% 0.46% -
HSV(B) 112.96º 0.91% 0.85% -
XYZ 25.68 49.68 8.9 -
YUV 141.93 59.19 57.44 -
System Red Green Blue C M Y K H S L
Decimal 43 216 20 0.80 0 0.91 0.15 112.96 0.83 0.46
Hex 2B D8 14 50 0 5B F 71 53 2E
Octal 53 330 24 120 0 133 17 161 123 56
Binary 101011 11011000 10100 1010000 0 1011011 1111 1110001 1010011 101110

Color Harmonies of #2BD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD814

Black with #2BD814

Text Example


Text Example

White with #2BD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,216,20); }

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

background-color css

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

 a { background-color: rgb(43,216,20); }

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

border-color css

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

 span { border-color: rgb(43,216,20); }

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