Html Css Color HEX #2BC230 Lime Green

📋 copy color: '#2BC230'

red 43 ◦ green 194 ◦ blue 48

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

Shades of Lime Green #2BC230

Tints of Lime Green #2BC230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 15.09%
G = 68.07%
B = 16.84%

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

#2BC230 (or 0x2BC230) is known color: Lime Green. HEX triplet: 2B, C2 and 30. RGB value is (43,194,48). Sum of RGB (Red+Green+Blue) = 43+194+48=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC230 is #D43DCF. Grayscale: #848484. Windows color (decimal): -13909456 or 3195435. OLE color: 3195435.

HSL color Cylindrical-coordinate representation of color #2BC230: hue angle of 121.99º 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 #2BC230 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 48 -
CMYK 0.78 0 0.75 0.24
HSL 121.99º 0.64% 0.46% -
HSV(B) 121.99º 0.78% 0.76% -
XYZ 20.82 39.31 9.29 -
YUV 132.21 80.47 64.37 -
System Red Green Blue C M Y K H S L
Decimal 43 194 48 0.78 0 0.75 0.24 121.99 0.64 0.46
Hex 2B C2 30 4E 0 4B 18 7A 40 2E
Octal 53 302 60 116 0 113 30 172 100 56
Binary 101011 11000010 110000 1001110 0 1001011 11000 1111010 1000000 101110

Color Harmonies of #2BC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC230

Black with #2BC230

Text Example


Text Example

White with #2BC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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