Html Css Color HEX #CBEC16 Electric Lime

📋 copy color: '#CBEC16'

red 203 ◦ green 236 ◦ blue 22

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

Shades of Electric Lime #CBEC16

Tints of Electric Lime #CBEC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.77%

R = 44.03%
G = 51.19%
B = 4.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CBEC16 (or 0xCBEC16) is known color: Electric Lime. HEX triplet: CB, EC and 16. RGB value is (203,236,22). Sum of RGB (Red+Green+Blue) = 203+236+22=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC16 is #3413E9. Grayscale: #CACACA. Windows color (decimal): -3412970 or 1502411. OLE color: 1502411.

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

Color convert

RGB 203 236 22 -
CMYK 0.14 0 0.91 0.07
HSL 69.25º 0.85% 0.51% -
HSV(B) 69.25º 0.91% 0.93% -
XYZ 54.77 72.75 11.91 -
YUV 201.74 26.57 128.9 -
System Red Green Blue C M Y K H S L
Decimal 203 236 22 0.14 0 0.91 0.07 69.25 0.85 0.51
Hex CB EC 16 E 0 5B 7 45 55 33
Octal 313 354 26 16 0 133 7 105 125 63
Binary 11001011 11101100 10110 1110 0 1011011 111 1000101 1010101 110011

Color Harmonies of #CBEC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC16

Black with #CBEC16

Text Example


Text Example

White with #CBEC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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