Html Css Color HEX #CBEC10 Electric Lime

📋 copy color: '#CBEC10'

red 203 ◦ green 236 ◦ blue 16

#CBEC10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CBEC10

Tints of Electric Lime #CBEC10

RGB

 RED value IS 203 (79.69% from 255) = 44.62%

 GREEN value IS 236 (92.58% from 255) = 51.87%

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 44.62%
G = 51.87%
B = 3.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CBEC10 (or 0xCBEC10) is known color: Electric Lime. HEX triplet: CB, EC and 10. RGB value is (203,236,16). Sum of RGB (Red+Green+Blue) = 203+236+16=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC10 is #3413EF. Grayscale: #C9C9C9. Windows color (decimal): -3412976 or 1109195. OLE color: 1109195.

HSL color Cylindrical-coordinate representation of color #CBEC10: hue angle of 69º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBEC10 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 16 -
CMYK 0.14 0 0.93 0.07
HSL 69º 0.87% 0.49% -
HSV(B) 69º 0.93% 0.93% -
XYZ 54.72 72.72 11.64 -
YUV 201.05 23.57 129.39 -
System Red Green Blue C M Y K H S L
Decimal 203 236 16 0.14 0 0.93 0.07 69 0.87 0.49
Hex CB EC 10 E 0 5D 7 45 57 31
Octal 313 354 20 16 0 135 7 105 127 61
Binary 11001011 11101100 10000 1110 0 1011101 111 1000101 1010111 110001

Color Harmonies of #CBEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC10

Black with #CBEC10

Text Example


Text Example

White with #CBEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC10; }

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

 H1.HeaderClassName
 {
   color: #CBEC10;
 }
 .AnyTagClassName
 {
   color: #CBEC10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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