Html Css Color HEX #CCF201 Electric Lime

📋 copy color: '#CCF201'

red 204 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #CCF201

Tints of Electric Lime #CCF201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 45.64%
G = 54.14%
B = 0.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#CCF201 (or 0xCCF201) is known color: Electric Lime. HEX triplet: CC, F2 and 01. RGB value is (204,242,1). Sum of RGB (Red+Green+Blue) = 204+242+1=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF201 is #330DFE. Grayscale: #CCCCCC. Windows color (decimal): -3345919 or 127692. OLE color: 127692.

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

Color convert

RGB 204 242 1 -
CMYK 0.16 0 1.00 0.05
HSL 69.46º 0.99% 0.48% -
HSV(B) 69.46º 1% 0.95% -
XYZ 56.66 76.34 11.78 -
YUV 203.16 13.91 128.6 -
System Red Green Blue C M Y K H S L
Decimal 204 242 1 0.16 0 1.00 0.05 69.46 0.99 0.48
Hex CC F2 1 10 0 64 5 45 63 30
Octal 314 362 1 20 0 144 5 105 143 60
Binary 11001100 11110010 1 10000 0 1100100 101 1000101 1100011 110000

Color Harmonies of #CCF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF201

Black with #CCF201

Text Example


Text Example

White with #CCF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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