Html Css Color HEX #2BC714 Lime Green

📋 copy color: '#2BC714'

red 43 ◦ green 199 ◦ blue 20

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

Shades of Lime Green #2BC714

Tints of Lime Green #2BC714

RGB

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

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

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

R = 16.41%
G = 75.95%
B = 7.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#2BC714 (or 0x2BC714) is known color: Lime Green. HEX triplet: 2B, C7 and 14. RGB value is (43,199,20). Sum of RGB (Red+Green+Blue) = 43+199+20=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 199 (78.12% from 255 or 75.95% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC714 is #D438EB. Grayscale: #848484. Windows color (decimal): -13908204 or 1361707. OLE color: 1361707.

HSL color Cylindrical-coordinate representation of color #2BC714: hue angle of 112.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BC714 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 199 20 -
CMYK 0.78 0 0.90 0.22
HSL 112.29º 0.82% 0.43% -
HSV(B) 112.29º 0.9% 0.78% -
XYZ 21.55 41.41 7.52 -
YUV 131.95 64.82 64.55 -
System Red Green Blue C M Y K H S L
Decimal 43 199 20 0.78 0 0.90 0.22 112.29 0.82 0.43
Hex 2B C7 14 4E 0 5A 16 70 52 2B
Octal 53 307 24 116 0 132 26 160 122 53
Binary 101011 11000111 10100 1001110 0 1011010 10110 1110000 1010010 101011

Color Harmonies of #2BC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC714

Black with #2BC714

Text Example


Text Example

White with #2BC714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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