#2BC10C

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

Shades of Kelly Green #2BC10C

Tints of Kelly Green #2BC10C

Color information

#2BC10C (or 0x2BC10C) is unknown color: approx Kelly Green. HEX triplet: 2B, C1 and 0C. RGB value is (43,193,12). Sum of RGB (Red+Green+Blue) = 43+193+12=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC10C is #D43EF3. Grayscale: #808080. Windows color (decimal): -13909748 or 835883. OLE color: 835883.

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

Color convert

RGB4319312-
CMYK0.7800.940.24
HSL109.72º88.29%40.2%-
HSV(B)109.72º93.78%75.69%-
XYZ20.1338.686.75-
YUV127.5262.8167.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 193 (75.78% from 255) = 77.82%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=17.34%
G=77.82%
B=4.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43193120.7800.940.24109.7288.2940.2
Hex2BC1C4E05E186e5828
Octal533011411601363015613050
Binary1010111100000111001001110010111101100011011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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