Html Css Color HEX #2BC231 Lime Green

📋 copy color: '#2BC231'

red 43 ◦ green 194 ◦ blue 49

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

Shades of Lime Green #2BC231

Tints of Lime Green #2BC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 15.03%
G = 67.83%
B = 17.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#2BC231 (or 0x2BC231) is known color: Lime Green. HEX triplet: 2B, C2 and 31. RGB value is (43,194,49). Sum of RGB (Red+Green+Blue) = 43+194+49=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC231 is #D43DCE. Grayscale: #848484. Windows color (decimal): -13909455 or 3260971. OLE color: 3260971.

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

Color convert

RGB 43 194 49 -
CMYK 0.78 0 0.75 0.24
HSL 122.38º 0.64% 0.46% -
HSV(B) 122.38º 0.78% 0.76% -
XYZ 20.84 39.32 9.4 -
YUV 132.32 80.97 64.29 -
System Red Green Blue C M Y K H S L
Decimal 43 194 49 0.78 0 0.75 0.24 122.38 0.64 0.46
Hex 2B C2 31 4E 0 4B 18 7A 40 2E
Octal 53 302 61 116 0 113 30 172 100 56
Binary 101011 11000010 110001 1001110 0 1001011 11000 1111010 1000000 101110

Color Harmonies of #2BC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC231

Black with #2BC231

Text Example


Text Example

White with #2BC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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