Html Css Color HEX #CCFF06 Electric Lime

📋 copy color: '#CCFF06'

red 204 ◦ green 255 ◦ blue 6

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

Shades of Electric Lime #CCFF06

Tints of Electric Lime #CCFF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 43.87%
G = 54.84%
B = 1.29%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CCFF06 (or 0xCCFF06) is known color: Electric Lime. HEX triplet: CC, FF and 06. RGB value is (204,255,6). Sum of RGB (Red+Green+Blue) = 204+255+6=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF06 is #3300F9. Grayscale: #D4D4D4. Windows color (decimal): -3342586 or 458700. OLE color: 458700.

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

Color convert

RGB 204 255 6 -
CMYK 0.2 0 0.98 0
HSL 72.29º 1% 0.51% -
HSV(B) 72.29º 0.98% 1% -
XYZ 60.69 84.37 13.26 -
YUV 211.37 12.1 122.75 -
System Red Green Blue C M Y K H S L
Decimal 204 255 6 0.2 0 0.98 0 72.29 1 0.51
Hex CC FF 6 14 0 62 0 48 64 33
Octal 314 377 6 24 0 142 0 110 144 63
Binary 11001100 11111111 110 10100 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CCFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF06

Black with #CCFF06

Text Example


Text Example

White with #CCFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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