Html Css Color HEX #CCF207 Electric Lime

📋 copy color: '#CCF207'

red 204 ◦ green 242 ◦ blue 7

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

Shades of Electric Lime #CCF207

Tints of Electric Lime #CCF207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.42%

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 45.03%
G = 53.42%
B = 1.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CCF207 (or 0xCCF207) is known color: Electric Lime. HEX triplet: CC, F2 and 07. RGB value is (204,242,7). Sum of RGB (Red+Green+Blue) = 204+242+7=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 7 (3.12% from 255 or 1.55% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF207 is #330DF8. Grayscale: #CCCCCC. Windows color (decimal): -3345913 or 520908. OLE color: 520908.

HSL color Cylindrical-coordinate representation of color #CCF207: hue angle of 69.7º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF207 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 7 -
CMYK 0.16 0 0.97 0.05
HSL 69.7º 0.94% 0.49% -
HSV(B) 69.7º 0.97% 0.95% -
XYZ 56.69 76.36 11.95 -
YUV 203.85 16.91 128.11 -
System Red Green Blue C M Y K H S L
Decimal 204 242 7 0.16 0 0.97 0.05 69.7 0.94 0.49
Hex CC F2 7 10 0 61 5 46 5E 31
Octal 314 362 7 20 0 141 5 106 136 61
Binary 11001100 11110010 111 10000 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CCF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF207

Black with #CCF207

Text Example


Text Example

White with #CCF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF207; }

 p { color: rgb(204,242,7); }

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

background-color css

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

 a { background-color: rgb(204,242,7); }

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

border-color css

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

 span { border-color: rgb(204,242,7); }

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