Html Css Color HEX #CCF613 Electric Lime

📋 copy color: '#CCF613'

red 204 ◦ green 246 ◦ blue 19

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

Shades of Electric Lime #CCF613

Tints of Electric Lime #CCF613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 43.5%
G = 52.45%
B = 4.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CCF613 (or 0xCCF613) is known color: Electric Lime. HEX triplet: CC, F6 and 13. RGB value is (204,246,19). Sum of RGB (Red+Green+Blue) = 204+246+19=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF613 is #3309EC. Grayscale: #D0D0D0. Windows color (decimal): -3344877 or 1308364. OLE color: 1308364.

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

Color convert

RGB 204 246 19 -
CMYK 0.17 0 0.92 0.04
HSL 71.1º 0.93% 0.52% -
HSV(B) 71.1º 0.92% 0.96% -
XYZ 57.98 78.8 12.77 -
YUV 207.56 21.59 125.46 -
System Red Green Blue C M Y K H S L
Decimal 204 246 19 0.17 0 0.92 0.04 71.1 0.93 0.52
Hex CC F6 13 11 0 5C 4 47 5D 34
Octal 314 366 23 21 0 134 4 107 135 64
Binary 11001100 11110110 10011 10001 0 1011100 100 1000111 1011101 110100

Color Harmonies of #CCF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF613

Black with #CCF613

Text Example


Text Example

White with #CCF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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