Html Css Color HEX #CCF61C Electric Lime

📋 copy color: '#CCF61C'

red 204 ◦ green 246 ◦ blue 28

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

Shades of Electric Lime #CCF61C

Tints of Electric Lime #CCF61C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.46%

 BLUE value IS 28 (11.33% from 255) = 5.86%

R = 42.68%
G = 51.46%
B = 5.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CCF61C (or 0xCCF61C) is known color: Electric Lime. HEX triplet: CC, F6 and 1C. RGB value is (204,246,28). Sum of RGB (Red+Green+Blue) = 204+246+28=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF61C is #3309E3. Grayscale: #D1D1D1. Windows color (decimal): -3344868 or 1898188. OLE color: 1898188.

HSL color Cylindrical-coordinate representation of color #CCF61C: hue angle of 71.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF61C is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 28 -
CMYK 0.17 0 0.89 0.04
HSL 71.56º 0.92% 0.54% -
HSV(B) 71.56º 0.89% 0.96% -
XYZ 58.07 78.83 13.25 -
YUV 208.59 26.09 124.73 -
System Red Green Blue C M Y K H S L
Decimal 204 246 28 0.17 0 0.89 0.04 71.56 0.92 0.54
Hex CC F6 1C 11 0 59 4 48 5C 36
Octal 314 366 34 21 0 131 4 110 134 66
Binary 11001100 11110110 11100 10001 0 1011001 100 1001000 1011100 110110

Color Harmonies of #CCF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF61C

Black with #CCF61C

Text Example


Text Example

White with #CCF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF61C; }

 p { color: rgb(204,246,28); }

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

background-color css

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

 a { background-color: rgb(204,246,28); }

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

border-color css

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

 span { border-color: rgb(204,246,28); }

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