#CBFD0C

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

Shades of Electric Lime #CBFD0C

Tints of Electric Lime #CBFD0C

Color information

#CBFD0C (or 0xCBFD0C) is unknown color: approx Electric Lime. HEX triplet: CB, FD and 0C. RGB value is (203,253,12). Sum of RGB (Red+Green+Blue) = 203+253+12=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD0C is #3402F3. Grayscale: #D3D3D3. Windows color (decimal): -3408628 or 851403. OLE color: 851403.

HSL color Cylindrical-coordinate representation of color #CBFD0C: hue angle of 72.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBFD0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB20325312-
CMYK0.2000.950.01
HSL72.45º98.37%51.96%-
HSV(B)72.45º95.26%99.22%-
XYZ59.8282.9713.21-
YUV210.5815.94122.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 253 (99.22% from 255) = 54.06%
BLUE value IS 12 (5.08% from 255) = 2.56%
R=43.38%
G=54.06%
B=2.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal203253120.2000.950.0172.4598.3751.96
HexCBFDC1405F1486234
Octal31337514240137111014264
Binary110010111111110111001010001011111110010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFD0C; }

 p { color: rgb(203,253,12); }

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

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

 a { background-color: rgb(203,253,12); }

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

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

 span { border-color: rgb(203,253,12); }

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