#CBF816

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

Shades of Electric Lime #CBF816

Tints of Electric Lime #CBF816

Color information

#CBF816 (or 0xCBF816) is unknown color: approx Electric Lime. HEX triplet: CB, F8 and 16. RGB value is (203,248,22). Sum of RGB (Red+Green+Blue) = 203+248+22=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF816 is #3407E9. Grayscale: #D1D1D1. Windows color (decimal): -3409898 or 1505483. OLE color: 1505483.

HSL color Cylindrical-coordinate representation of color #CBF816: hue angle of 71.95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF816 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB20324822-
CMYK0.1800.910.03
HSL71.95º94.17%52.94%-
HSV(B)71.95º91.13%97.25%-
XYZ58.3479.8913.1-
YUV208.7822.59123.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 248 (97.27% from 255) = 52.43%
BLUE value IS 22 (8.98% from 255) = 4.65%
R=42.92%
G=52.43%
B=4.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal203248220.1800.910.0371.9594.1752.94
HexCBF8161205B3485e35
Octal31337026220133311013665
Binary11001011111110001011010010010110111110010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF816; }

 p { color: rgb(203,248,22); }

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

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

 a { background-color: rgb(203,248,22); }

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

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

 span { border-color: rgb(203,248,22); }

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