Html Css Color HEX #2BD914 Lime Green

📋 copy color: '#2BD914'

red 43 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #2BD914

Tints of Lime Green #2BD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 77.5%

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

R = 15.36%
G = 77.5%
B = 7.14%

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

#2BD914 (or 0x2BD914) is known color: Lime Green. HEX triplet: 2B, D9 and 14. RGB value is (43,217,20). Sum of RGB (Red+Green+Blue) = 43+217+20=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 217 (85.16% from 255 or 77.5% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD914 is #D426EB. Grayscale: #8F8F8F. Windows color (decimal): -13903596 or 1366315. OLE color: 1366315.

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

Color convert

RGB 43 217 20 -
CMYK 0.80 0 0.91 0.15
HSL 112.99º 0.83% 0.46% -
HSV(B) 112.99º 0.91% 0.85% -
XYZ 25.94 50.19 8.98 -
YUV 142.52 58.85 57.02 -
System Red Green Blue C M Y K H S L
Decimal 43 217 20 0.80 0 0.91 0.15 112.99 0.83 0.46
Hex 2B D9 14 50 0 5B F 71 53 2E
Octal 53 331 24 120 0 133 17 161 123 56
Binary 101011 11011001 10100 1010000 0 1011011 1111 1110001 1010011 101110

Color Harmonies of #2BD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD914

Black with #2BD914

Text Example


Text Example

White with #2BD914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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