Html Css Color HEX #CCF807 Electric Lime

📋 copy color: '#CCF807'

red 204 ◦ green 248 ◦ blue 7

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

Shades of Electric Lime #CCF807

Tints of Electric Lime #CCF807

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.03%

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

R = 44.44%
G = 54.03%
B = 1.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CCF807 (or 0xCCF807) is known color: Electric Lime. HEX triplet: CC, F8 and 07. RGB value is (204,248,7). Sum of RGB (Red+Green+Blue) = 204+248+7=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF807 is #3307F8. Grayscale: #D0D0D0. Windows color (decimal): -3344377 or 522444. OLE color: 522444.

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

Color convert

RGB 204 248 7 -
CMYK 0.18 0 0.97 0.03
HSL 70.95º 0.95% 0.5% -
HSV(B) 70.95º 0.97% 0.97% -
XYZ 58.51 79.99 12.56 -
YUV 207.37 14.92 125.6 -
System Red Green Blue C M Y K H S L
Decimal 204 248 7 0.18 0 0.97 0.03 70.95 0.95 0.5
Hex CC F8 7 12 0 61 3 47 5F 32
Octal 314 370 7 22 0 141 3 107 137 62
Binary 11001100 11111000 111 10010 0 1100001 11 1000111 1011111 110010

Color Harmonies of #CCF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF807

Black with #CCF807

Text Example


Text Example

White with #CCF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF807; }

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

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

background-color css

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

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

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

border-color css

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

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

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