Html Css Color HEX #2BC315 Lime Green

📋 copy color: '#2BC315'

red 43 ◦ green 195 ◦ blue 21

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

Shades of Lime Green #2BC315

Tints of Lime Green #2BC315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.29%

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 16.6%
G = 75.29%
B = 8.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#2BC315 (or 0x2BC315) is known color: Lime Green. HEX triplet: 2B, C3 and 15. RGB value is (43,195,21). Sum of RGB (Red+Green+Blue) = 43+195+21=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC315 is #D43CEA. Grayscale: #828282. Windows color (decimal): -13909227 or 1426219. OLE color: 1426219.

HSL color Cylindrical-coordinate representation of color #2BC315: hue angle of 112.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BC315 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 195 21 -
CMYK 0.78 0 0.89 0.24
HSL 112.41º 0.81% 0.42% -
HSV(B) 112.41º 0.89% 0.76% -
XYZ 20.65 39.6 7.26 -
YUV 129.72 66.64 66.15 -
System Red Green Blue C M Y K H S L
Decimal 43 195 21 0.78 0 0.89 0.24 112.41 0.81 0.42
Hex 2B C3 15 4E 0 59 18 70 51 2A
Octal 53 303 25 116 0 131 30 160 121 52
Binary 101011 11000011 10101 1001110 0 1011001 11000 1110000 1010001 101010

Color Harmonies of #2BC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC315

Black with #2BC315

Text Example


Text Example

White with #2BC315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,195,21); }

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

background-color css

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

 a { background-color: rgb(43,195,21); }

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

border-color css

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

 span { border-color: rgb(43,195,21); }

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