Html Css Color HEX #CCF605 Electric Lime

📋 copy color: '#CCF605'

red 204 ◦ green 246 ◦ blue 5

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

Shades of Electric Lime #CCF605

Tints of Electric Lime #CCF605

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.07%

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 44.84%
G = 54.07%
B = 1.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CCF605 (or 0xCCF605) is known color: Electric Lime. HEX triplet: CC, F6 and 05. RGB value is (204,246,5). Sum of RGB (Red+Green+Blue) = 204+246+5=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF605 is #3309FA. Grayscale: #CECECE. Windows color (decimal): -3344891 or 390860. OLE color: 390860.

HSL color Cylindrical-coordinate representation of color #CCF605: hue angle of 70.46º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF605 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 5 -
CMYK 0.17 0 0.98 0.04
HSL 70.46º 0.96% 0.49% -
HSV(B) 70.46º 0.98% 0.96% -
XYZ 57.89 78.76 12.29 -
YUV 205.97 14.59 126.6 -
System Red Green Blue C M Y K H S L
Decimal 204 246 5 0.17 0 0.98 0.04 70.46 0.96 0.49
Hex CC F6 5 11 0 62 4 46 60 31
Octal 314 366 5 21 0 142 4 106 140 61
Binary 11001100 11110110 101 10001 0 1100010 100 1000110 1100000 110001

Color Harmonies of #CCF605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF605

Black with #CCF605

Text Example


Text Example

White with #CCF605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF605; }

 p { color: rgb(204,246,5); }

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

background-color css

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

 a { background-color: rgb(204,246,5); }

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

border-color css

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

 span { border-color: rgb(204,246,5); }

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