Html Css Color HEX #2BC21C Lime Green

📋 copy color: '#2BC21C'

red 43 ◦ green 194 ◦ blue 28

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

Shades of Lime Green #2BC21C

Tints of Lime Green #2BC21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.21%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 16.23%
G = 73.21%
B = 10.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#2BC21C (or 0x2BC21C) is known color: Lime Green. HEX triplet: 2B, C2 and 1C. RGB value is (43,194,28). Sum of RGB (Red+Green+Blue) = 43+194+28=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC21C is #D43DE3. Grayscale: #828282. Windows color (decimal): -13909476 or 1884715. OLE color: 1884715.

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

Color convert

RGB 43 194 28 -
CMYK 0.78 0 0.86 0.24
HSL 114.58º 0.75% 0.44% -
HSV(B) 114.58º 0.86% 0.76% -
XYZ 20.5 39.18 7.58 -
YUV 129.93 70.47 66 -
System Red Green Blue C M Y K H S L
Decimal 43 194 28 0.78 0 0.86 0.24 114.58 0.75 0.44
Hex 2B C2 1C 4E 0 56 18 73 4B 2C
Octal 53 302 34 116 0 126 30 163 113 54
Binary 101011 11000010 11100 1001110 0 1010110 11000 1110011 1001011 101100

Color Harmonies of #2BC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC21C

Black with #2BC21C

Text Example


Text Example

White with #2BC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,28); }

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

background-color css

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

 a { background-color: rgb(43,194,28); }

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

border-color css

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

 span { border-color: rgb(43,194,28); }

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