Html Css Color HEX #CBEC04 Electric Lime

📋 copy color: '#CBEC04'

red 203 ◦ green 236 ◦ blue 4

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

Shades of Electric Lime #CBEC04

Tints of Electric Lime #CBEC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 45.82%
G = 53.27%
B = 0.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CBEC04 (or 0xCBEC04) is known color: Electric Lime. HEX triplet: CB, EC and 04. RGB value is (203,236,4). Sum of RGB (Red+Green+Blue) = 203+236+4=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC04 is #3413FB. Grayscale: #C8C8C8. Windows color (decimal): -3412988 or 322763. OLE color: 322763.

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

Color convert

RGB 203 236 4 -
CMYK 0.14 0 0.98 0.07
HSL 68.53º 0.97% 0.47% -
HSV(B) 68.53º 0.98% 0.93% -
XYZ 54.65 72.7 11.27 -
YUV 199.69 17.57 130.36 -
System Red Green Blue C M Y K H S L
Decimal 203 236 4 0.14 0 0.98 0.07 68.53 0.97 0.47
Hex CB EC 4 E 0 62 7 45 61 2F
Octal 313 354 4 16 0 142 7 105 141 57
Binary 11001011 11101100 100 1110 0 1100010 111 1000101 1100001 101111

Color Harmonies of #CBEC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC04

Black with #CBEC04

Text Example


Text Example

White with #CBEC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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