Html Css Color HEX #CCF710 Electric Lime

📋 copy color: '#CCF710'

red 204 ◦ green 247 ◦ blue 16

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

Shades of Electric Lime #CCF710

Tints of Electric Lime #CCF710

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.89%

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

R = 43.68%
G = 52.89%
B = 3.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CCF710 (or 0xCCF710) is known color: Electric Lime. HEX triplet: CC, F7 and 10. RGB value is (204,247,16). Sum of RGB (Red+Green+Blue) = 204+247+16=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF710 is #3308EF. Grayscale: #D0D0D0. Windows color (decimal): -3344624 or 1112012. OLE color: 1112012.

HSL color Cylindrical-coordinate representation of color #CCF710: hue angle of 71.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF710 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 16 -
CMYK 0.17 0 0.94 0.03
HSL 71.17º 0.94% 0.52% -
HSV(B) 71.17º 0.94% 0.97% -
XYZ 58.26 79.4 12.74 -
YUV 207.81 19.75 125.28 -
System Red Green Blue C M Y K H S L
Decimal 204 247 16 0.17 0 0.94 0.03 71.17 0.94 0.52
Hex CC F7 10 11 0 5E 3 47 5E 34
Octal 314 367 20 21 0 136 3 107 136 64
Binary 11001100 11110111 10000 10001 0 1011110 11 1000111 1011110 110100

Color Harmonies of #CCF710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF710

Black with #CCF710

Text Example


Text Example

White with #CCF710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF710; }

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

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

background-color css

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

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

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

border-color css

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

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

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