#2CBF10

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

Shades of Kelly Green #2CBF10

Tints of Kelly Green #2CBF10

Color information

#2CBF10 (or 0x2CBF10) is unknown color: approx Kelly Green. HEX triplet: 2C, BF and 10. RGB value is (44,191,16). Sum of RGB (Red+Green+Blue) = 44+191+16=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 191 (75% from 255 or 76.10% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF10 is #D340EF. Grayscale: #7F7F7F. Windows color (decimal): -13844720 or 1097516. OLE color: 1097516.

HSL color Cylindrical-coordinate representation of color #2CBF10: hue angle of 110.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CBF10 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB4419116-
CMYK0.7700.920.25
HSL110.4º84.54%40.59%-
HSV(B)110.4º91.62%74.9%-
XYZ19.7637.836.75-
YUV127.165.368.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 191 (75% from 255) = 76.10%
BLUE value IS 16 (6.64% from 255) = 6.37%
R=17.53%
G=76.10%
B=6.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44191160.7700.920.25110.484.5440.59
Hex2CBF104D05C196e5529
Octal542772011501343115612551
Binary10110010111111100001001101010111001100111011101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,191,16); }

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

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

 a { background-color: rgb(44,191,16); }

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

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

 span { border-color: rgb(44,191,16); }

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