Html Css Color HEX #2BC70F Lime Green

📋 copy color: '#2BC70F'

red 43 ◦ green 199 ◦ blue 15

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

Shades of Lime Green #2BC70F

Tints of Lime Green #2BC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 16.73%
G = 77.43%
B = 5.84%

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

#2BC70F (or 0x2BC70F) is known color: Lime Green. HEX triplet: 2B, C7 and 0F. RGB value is (43,199,15). Sum of RGB (Red+Green+Blue) = 43+199+15=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 199 (78.12% from 255 or 77.43% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC70F is #D438F0. Grayscale: #838383. Windows color (decimal): -13908209 or 1034027. OLE color: 1034027.

HSL color Cylindrical-coordinate representation of color #2BC70F: hue angle of 110.87º degrees, saturation: 0.86, 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 #2BC70F is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 199 15 -
CMYK 0.78 0 0.92 0.22
HSL 110.87º 0.86% 0.42% -
HSV(B) 110.87º 0.92% 0.78% -
XYZ 21.51 41.39 7.31 -
YUV 131.38 62.32 64.96 -
System Red Green Blue C M Y K H S L
Decimal 43 199 15 0.78 0 0.92 0.22 110.87 0.86 0.42
Hex 2B C7 F 4E 0 5C 16 6F 56 2A
Octal 53 307 17 116 0 134 26 157 126 52
Binary 101011 11000111 1111 1001110 0 1011100 10110 1101111 1010110 101010

Color Harmonies of #2BC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC70F

Black with #2BC70F

Text Example


Text Example

White with #2BC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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