#CBEB0F

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

Shades of Electric Lime #CBEB0F

Tints of Electric Lime #CBEB0F

Color information

#CBEB0F (or 0xCBEB0F) is unknown color: approx Electric Lime. HEX triplet: CB, EB and 0F. RGB value is (203,235,15). Sum of RGB (Red+Green+Blue) = 203+235+15=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB0F is #3414F0. Grayscale: #C9C9C9. Windows color (decimal): -3413233 or 1043403. OLE color: 1043403.

HSL color Cylindrical-coordinate representation of color #CBEB0F: hue angle of 68.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBEB0F is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB20323515-
CMYK0.1400.940.08
HSL68.73º88%49.02%-
HSV(B)68.73º93.62%92.16%-
XYZ54.4272.1511.51-
YUV200.3523.4129.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 15 (6.25% from 255) = 3.31%
R=44.81%
G=51.88%
B=3.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203235150.1400.940.0868.738849.02
HexCBEBFE05E8455831
Octal313353171601361010513061
Binary11001011111010111111111001011110100010001011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEB0F; }

 p { color: rgb(203,235,15); }

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

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

 a { background-color: rgb(203,235,15); }

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

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

 span { border-color: rgb(203,235,15); }

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