Html Css Color HEX #CCF20F Electric Lime

📋 copy color: '#CCF20F'

red 204 ◦ green 242 ◦ blue 15

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

Shades of Electric Lime #CCF20F

Tints of Electric Lime #CCF20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 44.25%
G = 52.49%
B = 3.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#CCF20F (or 0xCCF20F) is known color: Electric Lime. HEX triplet: CC, F2 and 0F. RGB value is (204,242,15). Sum of RGB (Red+Green+Blue) = 204+242+15=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF20F is #330DF0. Grayscale: #CDCDCD. Windows color (decimal): -3345905 or 1045196. OLE color: 1045196.

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

Color convert

RGB 204 242 15 -
CMYK 0.16 0 0.94 0.05
HSL 70.04º 0.9% 0.5% -
HSV(B) 70.04º 0.94% 0.95% -
XYZ 56.74 76.38 12.2 -
YUV 204.76 20.91 127.46 -
System Red Green Blue C M Y K H S L
Decimal 204 242 15 0.16 0 0.94 0.05 70.04 0.9 0.5
Hex CC F2 F 10 0 5E 5 46 5A 32
Octal 314 362 17 20 0 136 5 106 132 62
Binary 11001100 11110010 1111 10000 0 1011110 101 1000110 1011010 110010

Color Harmonies of #CCF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF20F

Black with #CCF20F

Text Example


Text Example

White with #CCF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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