Html Css Color HEX #CCF410 Electric Lime

📋 copy color: '#CCF410'

red 204 ◦ green 244 ◦ blue 16

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

Shades of Electric Lime #CCF410

Tints of Electric Lime #CCF410

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.59%

 BLUE value IS 16 (6.64% from 255) = 3.45%

R = 43.97%
G = 52.59%
B = 3.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CCF410 (or 0xCCF410) is known color: Electric Lime. HEX triplet: CC, F4 and 10. RGB value is (204,244,16). Sum of RGB (Red+Green+Blue) = 204+244+16=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF410 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF410 is #330BEF. Grayscale: #CECECE. Windows color (decimal): -3345392 or 1111244. OLE color: 1111244.

HSL color Cylindrical-coordinate representation of color #CCF410: hue angle of 70.53º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF410 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 16 -
CMYK 0.16 0 0.93 0.04
HSL 70.53º 0.91% 0.51% -
HSV(B) 70.53º 0.93% 0.96% -
XYZ 57.35 77.58 12.44 -
YUV 206.05 20.75 126.54 -
System Red Green Blue C M Y K H S L
Decimal 204 244 16 0.16 0 0.93 0.04 70.53 0.91 0.51
Hex CC F4 10 10 0 5D 4 47 5B 33
Octal 314 364 20 20 0 135 4 107 133 63
Binary 11001100 11110100 10000 10000 0 1011101 100 1000111 1011011 110011

Color Harmonies of #CCF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF410

Black with #CCF410

Text Example


Text Example

White with #CCF410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF410; }

 p { color: rgb(204,244,16); }

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

background-color css

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

 a { background-color: rgb(204,244,16); }

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

border-color css

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

 span { border-color: rgb(204,244,16); }

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