Html Css Color HEX #CCEB12 Electric Lime

📋 copy color: '#CCEB12'

red 204 ◦ green 235 ◦ blue 18

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

Shades of Electric Lime #CCEB12

Tints of Electric Lime #CCEB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.94%

R = 44.64%
G = 51.42%
B = 3.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#CCEB12 (or 0xCCEB12) is known color: Electric Lime. HEX triplet: CC, EB and 12. RGB value is (204,235,18). Sum of RGB (Red+Green+Blue) = 204+235+18=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB12 is #3314ED. Grayscale: #C9C9C9. Windows color (decimal): -3347694 or 1240012. OLE color: 1240012.

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

Color convert

RGB 204 235 18 -
CMYK 0.13 0 0.92 0.08
HSL 68.57º 0.86% 0.5% -
HSV(B) 68.57º 0.92% 0.92% -
XYZ 54.72 72.3 11.64 -
YUV 200.99 24.73 130.14 -
System Red Green Blue C M Y K H S L
Decimal 204 235 18 0.13 0 0.92 0.08 68.57 0.86 0.5
Hex CC EB 12 D 0 5C 8 45 56 32
Octal 314 353 22 15 0 134 10 105 126 62
Binary 11001100 11101011 10010 1101 0 1011100 1000 1000101 1010110 110010

Color Harmonies of #CCEB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB12

Black with #CCEB12

Text Example


Text Example

White with #CCEB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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