Html Css Color HEX #CCEB0C Electric Lime

📋 copy color: '#CCEB0C'

red 204 ◦ green 235 ◦ blue 12

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

Shades of Electric Lime #CCEB0C

Tints of Electric Lime #CCEB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.66%

R = 45.23%
G = 52.11%
B = 2.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#CCEB0C (or 0xCCEB0C) is known color: Electric Lime. HEX triplet: CC, EB and 0C. RGB value is (204,235,12). Sum of RGB (Red+Green+Blue) = 204+235+12=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB0C is #3314F3. Grayscale: #C9C9C9. Windows color (decimal): -3347700 or 846796. OLE color: 846796.

HSL color Cylindrical-coordinate representation of color #CCEB0C: hue angle of 68.34º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCEB0C is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 12 -
CMYK 0.13 0 0.95 0.08
HSL 68.34º 0.9% 0.48% -
HSV(B) 68.34º 0.95% 0.92% -
XYZ 54.68 72.28 11.42 -
YUV 200.31 21.73 130.63 -
System Red Green Blue C M Y K H S L
Decimal 204 235 12 0.13 0 0.95 0.08 68.34 0.9 0.48
Hex CC EB C D 0 5F 8 44 5A 30
Octal 314 353 14 15 0 137 10 104 132 60
Binary 11001100 11101011 1100 1101 0 1011111 1000 1000100 1011010 110000

Color Harmonies of #CCEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB0C

Black with #CCEB0C

Text Example


Text Example

White with #CCEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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