Html Css Color HEX #CCEB0E Electric Lime

📋 copy color: '#CCEB0E'

red 204 ◦ green 235 ◦ blue 14

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

Shades of Electric Lime #CCEB0E

Tints of Electric Lime #CCEB0E

RGB

 RED value IS 204 (80.08% from 255) = 45.03%

 GREEN value IS 235 (92.19% from 255) = 51.88%

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 45.03%
G = 51.88%
B = 3.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CCEB0E (or 0xCCEB0E) is known color: Electric Lime. HEX triplet: CC, EB and 0E. RGB value is (204,235,14). Sum of RGB (Red+Green+Blue) = 204+235+14=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB0E is #3314F1. Grayscale: #C9C9C9. Windows color (decimal): -3347698 or 977868. OLE color: 977868.

HSL color Cylindrical-coordinate representation of color #CCEB0E: hue angle of 68.42º degrees, saturation: 0.89, 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 #CCEB0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 14 -
CMYK 0.13 0 0.94 0.08
HSL 68.42º 0.89% 0.49% -
HSV(B) 68.42º 0.94% 0.92% -
XYZ 54.69 72.29 11.49 -
YUV 200.54 22.73 130.47 -
System Red Green Blue C M Y K H S L
Decimal 204 235 14 0.13 0 0.94 0.08 68.42 0.89 0.49
Hex CC EB E D 0 5E 8 44 59 31
Octal 314 353 16 15 0 136 10 104 131 61
Binary 11001100 11101011 1110 1101 0 1011110 1000 1000100 1011001 110001

Color Harmonies of #CCEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB0E

Black with #CCEB0E

Text Example


Text Example

White with #CCEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB0E; }

 p { color: rgb(204,235,14); }

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

background-color css

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

 a { background-color: rgb(204,235,14); }

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

border-color css

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

 span { border-color: rgb(204,235,14); }

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