Html Css Color HEX #CCF204 Electric Lime

📋 copy color: '#CCF204'

red 204 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #CCF204

Tints of Electric Lime #CCF204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 45.33%
G = 53.78%
B = 0.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CCF204 (or 0xCCF204) is known color: Electric Lime. HEX triplet: CC, F2 and 04. RGB value is (204,242,4). Sum of RGB (Red+Green+Blue) = 204+242+4=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF204 is #330DFB. Grayscale: #CCCCCC. Windows color (decimal): -3345916 or 324300. OLE color: 324300.

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

Color convert

RGB 204 242 4 -
CMYK 0.16 0 0.98 0.05
HSL 69.58º 0.97% 0.48% -
HSV(B) 69.58º 0.98% 0.95% -
XYZ 56.68 76.35 11.86 -
YUV 203.51 15.41 128.35 -
System Red Green Blue C M Y K H S L
Decimal 204 242 4 0.16 0 0.98 0.05 69.58 0.97 0.48
Hex CC F2 4 10 0 62 5 46 61 30
Octal 314 362 4 20 0 142 5 106 141 60
Binary 11001100 11110010 100 10000 0 1100010 101 1000110 1100001 110000

Color Harmonies of #CCF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF204

Black with #CCF204

Text Example


Text Example

White with #CCF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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