#2BC50C

Color #2BC50C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2BC50C

Tints of Kelly Green #2BC50C

Color information

#2BC50C (or 0x2BC50C) is unknown color: approx Kelly Green. HEX triplet: 2B, C5 and 0C. RGB value is (43,197,12). Sum of RGB (Red+Green+Blue) = 43+197+12=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC50C is #D43AF3. Grayscale: #828282. Windows color (decimal): -13908724 or 836907. OLE color: 836907.

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

Color convert

RGB4319712-
CMYK0.7800.940.23
HSL109.95º88.52%40.98%-
HSV(B)109.95º93.91%77.25%-
XYZ21.0340.477.05-
YUV129.8661.4866.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 197 (77.34% from 255) = 78.17%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=17.06%
G=78.17%
B=4.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43197120.7800.940.23109.9588.5240.98
Hex2BC5C4E05E176e5929
Octal533051411601362715613151
Binary1010111100010111001001110010111101011111011101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,197,12); }

 H1.HeaderClassName
 {
   color: #2BC50C;
 }
 .AnyTagClassName
 {
   color: #2BC50C;
 }
</style>
background-color css

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

 a { background-color: rgb(43,197,12); }

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

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

 span { border-color: rgb(43,197,12); }

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