Html Css Color HEX #2BC121 Lime Green

📋 copy color: '#2BC121'

red 43 ◦ green 193 ◦ blue 33

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

Shades of Lime Green #2BC121

Tints of Lime Green #2BC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.75%

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 15.99%
G = 71.75%
B = 12.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#2BC121 (or 0x2BC121) is known color: Lime Green. HEX triplet: 2B, C1 and 21. RGB value is (43,193,33). Sum of RGB (Red+Green+Blue) = 43+193+33=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC121 is #D43EDE. Grayscale: #828282. Windows color (decimal): -13909727 or 2212139. OLE color: 2212139.

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

Color convert

RGB 43 193 33 -
CMYK 0.78 0 0.83 0.24
HSL 116.25º 0.71% 0.44% -
HSV(B) 116.25º 0.83% 0.76% -
XYZ 20.34 38.76 7.85 -
YUV 129.91 73.31 66.01 -
System Red Green Blue C M Y K H S L
Decimal 43 193 33 0.78 0 0.83 0.24 116.25 0.71 0.44
Hex 2B C1 21 4E 0 53 18 74 47 2C
Octal 53 301 41 116 0 123 30 164 107 54
Binary 101011 11000001 100001 1001110 0 1010011 11000 1110100 1000111 101100

Color Harmonies of #2BC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC121

Black with #2BC121

Text Example


Text Example

White with #2BC121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,193,33); }

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

background-color css

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

 a { background-color: rgb(43,193,33); }

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

border-color css

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

 span { border-color: rgb(43,193,33); }

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