Html Css Color HEX #2BC710 Lime Green

📋 copy color: '#2BC710'

red 43 ◦ green 199 ◦ blue 16

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

Shades of Lime Green #2BC710

Tints of Lime Green #2BC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 77.13%

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

R = 16.67%
G = 77.13%
B = 6.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#2BC710 (or 0x2BC710) is known color: Lime Green. HEX triplet: 2B, C7 and 10. RGB value is (43,199,16). Sum of RGB (Red+Green+Blue) = 43+199+16=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 199 (78.12% from 255 or 77.13% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC710 is #D438EF. Grayscale: #848484. Windows color (decimal): -13908208 or 1099563. OLE color: 1099563.

HSL color Cylindrical-coordinate representation of color #2BC710: hue angle of 111.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BC710 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 199 16 -
CMYK 0.78 0 0.92 0.22
HSL 111.15º 0.85% 0.42% -
HSV(B) 111.15º 0.92% 0.78% -
XYZ 21.51 41.4 7.35 -
YUV 131.49 62.82 64.88 -
System Red Green Blue C M Y K H S L
Decimal 43 199 16 0.78 0 0.92 0.22 111.15 0.85 0.42
Hex 2B C7 10 4E 0 5C 16 6F 55 2A
Octal 53 307 20 116 0 134 26 157 125 52
Binary 101011 11000111 10000 1001110 0 1011100 10110 1101111 1010101 101010

Color Harmonies of #2BC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC710

Black with #2BC710

Text Example


Text Example

White with #2BC710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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