Html Css Color HEX #CCF005 Electric Lime

📋 copy color: '#CCF005'

red 204 ◦ green 240 ◦ blue 5

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

Shades of Electric Lime #CCF005

Tints of Electric Lime #CCF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

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

R = 45.43%
G = 53.45%
B = 1.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CCF005 (or 0xCCF005) is known color: Electric Lime. HEX triplet: CC, F0 and 05. RGB value is (204,240,5). Sum of RGB (Red+Green+Blue) = 204+240+5=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF005 is #330FFA. Grayscale: #CBCBCB. Windows color (decimal): -3346427 or 389324. OLE color: 389324.

HSL color Cylindrical-coordinate representation of color #CCF005: hue angle of 69.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF005 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 5 -
CMYK 0.15 0 0.98 0.06
HSL 69.19º 0.96% 0.48% -
HSV(B) 69.19º 0.98% 0.94% -
XYZ 56.09 75.17 11.7 -
YUV 202.45 16.57 129.11 -
System Red Green Blue C M Y K H S L
Decimal 204 240 5 0.15 0 0.98 0.06 69.19 0.96 0.48
Hex CC F0 5 F 0 62 6 45 60 30
Octal 314 360 5 17 0 142 6 105 140 60
Binary 11001100 11110000 101 1111 0 1100010 110 1000101 1100000 110000

Color Harmonies of #CCF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF005

Black with #CCF005

Text Example


Text Example

White with #CCF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF005; }

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

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

background-color css

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

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

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

border-color css

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

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

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