Html Css Color HEX #CCFF12 Electric Lime

📋 copy color: '#CCFF12'

red 204 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #CCFF12

Tints of Electric Lime #CCFF12

RGB

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

 GREEN value IS 255 (100% from 255) = 53.46%

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

R = 42.77%
G = 53.46%
B = 3.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#CCFF12 (or 0xCCFF12) is known color: Electric Lime. HEX triplet: CC, FF and 12. RGB value is (204,255,18). Sum of RGB (Red+Green+Blue) = 204+255+18=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF12 is #3300ED. Grayscale: #D5D5D5. Windows color (decimal): -3342574 or 1245132. OLE color: 1245132.

HSL color Cylindrical-coordinate representation of color #CCFF12: hue angle of 72.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCFF12 is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 18 -
CMYK 0.2 0 0.93 0
HSL 72.91º 1% 0.54% -
HSV(B) 72.91º 0.93% 1% -
XYZ 60.77 84.4 13.66 -
YUV 212.73 18.1 121.77 -
System Red Green Blue C M Y K H S L
Decimal 204 255 18 0.2 0 0.93 0 72.91 1 0.54
Hex CC FF 12 14 0 5D 0 49 64 36
Octal 314 377 22 24 0 135 0 111 144 66
Binary 11001100 11111111 10010 10100 0 1011101 0 1001001 1100100 110110

Color Harmonies of #CCFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF12

Black with #CCFF12

Text Example


Text Example

White with #CCFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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