Html Css Color HEX #2BD310 Lime Green

📋 copy color: '#2BD310'

red 43 ◦ green 211 ◦ blue 16

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

Shades of Lime Green #2BD310

Tints of Lime Green #2BD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 78.15%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 15.93%
G = 78.15%
B = 5.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#2BD310 (or 0x2BD310) is known color: Lime Green. HEX triplet: 2B, D3 and 10. RGB value is (43,211,16). Sum of RGB (Red+Green+Blue) = 43+211+16=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD310 is #D42CEF. Grayscale: #8B8B8B. Windows color (decimal): -13905136 or 1102635. OLE color: 1102635.

HSL color Cylindrical-coordinate representation of color #2BD310: hue angle of 111.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BD310 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 43 211 16 -
CMYK 0.80 0 0.92 0.17
HSL 111.69º 0.86% 0.45% -
HSV(B) 111.69º 0.92% 0.83% -
XYZ 24.38 47.14 8.3 -
YUV 138.54 58.84 59.86 -
System Red Green Blue C M Y K H S L
Decimal 43 211 16 0.80 0 0.92 0.17 111.69 0.86 0.45
Hex 2B D3 10 50 0 5C 11 70 56 2D
Octal 53 323 20 120 0 134 21 160 126 55
Binary 101011 11010011 10000 1010000 0 1011100 10001 1110000 1010110 101101

Color Harmonies of #2BD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD310

Black with #2BD310

Text Example


Text Example

White with #2BD310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,211,16); }

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

background-color css

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

 a { background-color: rgb(43,211,16); }

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

border-color css

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

 span { border-color: rgb(43,211,16); }

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