#CBF610

Color #CBF610 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CBF610

Tints of Electric Lime #CBF610

Color information

#CBF610 (or 0xCBF610) is unknown color: approx Electric Lime. HEX triplet: CB, F6 and 10. RGB value is (203,246,16). Sum of RGB (Red+Green+Blue) = 203+246+16=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF610 is #3409EF. Grayscale: #CFCFCF. Windows color (decimal): -3410416 or 1111755. OLE color: 1111755.

HSL color Cylindrical-coordinate representation of color #CBF610: hue angle of 71.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF610 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB20324616-
CMYK0.1700.930.04
HSL71.22º92.74%51.37%-
HSV(B)71.22º93.5%96.47%-
XYZ57.6878.6512.63-
YUV206.9220.25125.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 246 (96.48% from 255) = 52.90%
BLUE value IS 16 (6.64% from 255) = 3.44%
R=43.66%
G=52.90%
B=3.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203246160.1700.930.0471.2292.7451.37
HexCBF6101105D4475d33
Octal31336620210135410713563
Binary110010111111011010000100010101110110010001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF610; }

 p { color: rgb(203,246,16); }

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

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

 a { background-color: rgb(203,246,16); }

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

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

 span { border-color: rgb(203,246,16); }

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