#2CBE10

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

Shades of Kelly Green #2CBE10

Tints of Kelly Green #2CBE10

Color information

#2CBE10 (or 0x2CBE10) is unknown color: approx Kelly Green. HEX triplet: 2C, BE and 10. RGB value is (44,190,16). Sum of RGB (Red+Green+Blue) = 44+190+16=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 190 (74.61% from 255 or 76% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBE10 is #D341EF. Grayscale: #7F7F7F. Windows color (decimal): -13844976 or 1097260. OLE color: 1097260.

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

Color convert

RGB4419016-
CMYK0.7700.920.25
HSL110.34º84.47%40.39%-
HSV(B)110.34º91.58%74.51%-
XYZ19.5537.46.68-
YUV126.5165.6369.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 190 (74.61% from 255) = 76%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=17.6%
G=76%
B=6.4%

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
Decimal44190160.7700.920.25110.3484.4740.39
Hex2CBE104D05C196e5428
Octal542762011501343115612450
Binary10110010111110100001001101010111001100111011101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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