#CBE703

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

Shades of Electric Lime #CBE703

Tints of Electric Lime #CBE703

Color information

#CBE703 (or 0xCBE703) is unknown color: approx Electric Lime. HEX triplet: CB, E7 and 03. RGB value is (203,231,3). Sum of RGB (Red+Green+Blue) = 203+231+3=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 231 (90.62% from 255 or 52.86% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE703 is #3418FC. Grayscale: #C5C5C5. Windows color (decimal): -3414269 or 255947. OLE color: 255947.

HSL color Cylindrical-coordinate representation of color #CBE703: hue angle of 67.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE703 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB2032313-
CMYK0.1200.990.09
HSL67.37º97.44%45.88%-
HSV(B)67.37º98.7%90.59%-
XYZ53.2269.8510.76-
YUV196.6418.72132.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 231 (90.62% from 255) = 52.86%
BLUE value IS 3 (1.56% from 255) = 0.69%
R=46.45%
G=52.86%
B=0.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20323130.1200.990.0967.3797.4445.88
HexCBE73C063943612e
Octal31334731401431110314156
Binary110010111110011111110001100011100110000111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE703; }

 p { color: rgb(203,231,3); }

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

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

 a { background-color: rgb(203,231,3); }

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

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

 span { border-color: rgb(203,231,3); }

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