Html Css Color HEX #2BBC15 Lime Green

📋 copy color: '#2BBC15'

red 43 ◦ green 188 ◦ blue 21

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

Shades of Lime Green #2BBC15

Tints of Lime Green #2BBC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.6%

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

R = 17.06%
G = 74.6%
B = 8.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#2BBC15 (or 0x2BBC15) is known color: Lime Green. HEX triplet: 2B, BC and 15. RGB value is (43,188,21). Sum of RGB (Red+Green+Blue) = 43+188+21=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC15 is #D443EA. Grayscale: #7E7E7E. Windows color (decimal): -13911019 or 1424427. OLE color: 1424427.

HSL color Cylindrical-coordinate representation of color #2BBC15: hue angle of 112.1º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BBC15 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 21 -
CMYK 0.77 0 0.89 0.26
HSL 112.1º 0.8% 0.41% -
HSV(B) 112.1º 0.89% 0.74% -
XYZ 19.11 36.53 6.75 -
YUV 125.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 43 188 21 0.77 0 0.89 0.26 112.1 0.8 0.41
Hex 2B BC 15 4D 0 59 1A 70 50 29
Octal 53 274 25 115 0 131 32 160 120 51
Binary 101011 10111100 10101 1001101 0 1011001 11010 1110000 1010000 101001

Color Harmonies of #2BBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC15

Black with #2BBC15

Text Example


Text Example

White with #2BBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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