Html Css Color HEX #CCF300 Electric Lime

📋 copy color: '#CCF300'

red 204 ◦ green 243 ◦ blue 0

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

Shades of Electric Lime #CCF300

Tints of Electric Lime #CCF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.64%
G = 54.36%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CCF300 (or 0xCCF300) is known color: Electric Lime. HEX triplet: CC, F3 and 00. RGB value is (204,243,0). Sum of RGB (Red+Green+Blue) = 204+243+0=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF300 is #330CFF. Grayscale: #CCCCCC. Windows color (decimal): -3345664 or 62412. OLE color: 62412.

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

Color convert

RGB 204 243 0 -
CMYK 0.16 0 1 0.05
HSL 69.63º 1% 0.48% -
HSV(B) 69.63º 1% 0.95% -
XYZ 56.95 76.94 11.85 -
YUV 203.64 13.08 128.26 -
System Red Green Blue C M Y K H S L
Decimal 204 243 0 0.16 0 1 0.05 69.63 1 0.48
Hex CC F3 0 10 0 64 5 46 64 30
Octal 314 363 0 20 0 144 5 106 144 60
Binary 11001100 11110011 0 10000 0 1100100 101 1000110 1100100 110000

Color Harmonies of #CCF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF300

Black with #CCF300

Text Example


Text Example

White with #CCF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF300; }

 p { color: rgb(204,243,0); }

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

background-color css

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

 a { background-color: rgb(204,243,0); }

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

border-color css

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

 span { border-color: rgb(204,243,0); }

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