Html Css Color HEX #CCF713 Electric Lime

📋 copy color: '#CCF713'

red 204 ◦ green 247 ◦ blue 19

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

Shades of Electric Lime #CCF713

Tints of Electric Lime #CCF713

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.55%

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

R = 43.4%
G = 52.55%
B = 4.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CCF713 (or 0xCCF713) is known color: Electric Lime. HEX triplet: CC, F7 and 13. RGB value is (204,247,19). Sum of RGB (Red+Green+Blue) = 204+247+19=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF713 is #3308EC. Grayscale: #D1D1D1. Windows color (decimal): -3344621 or 1308620. OLE color: 1308620.

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

Color convert

RGB 204 247 19 -
CMYK 0.17 0 0.92 0.03
HSL 71.32º 0.93% 0.52% -
HSV(B) 71.32º 0.92% 0.97% -
XYZ 58.28 79.41 12.87 -
YUV 208.15 21.25 125.04 -
System Red Green Blue C M Y K H S L
Decimal 204 247 19 0.17 0 0.92 0.03 71.32 0.93 0.52
Hex CC F7 13 11 0 5C 3 47 5D 34
Octal 314 367 23 21 0 134 3 107 135 64
Binary 11001100 11110111 10011 10001 0 1011100 11 1000111 1011101 110100

Color Harmonies of #CCF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF713

Black with #CCF713

Text Example


Text Example

White with #CCF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF713; }

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

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

background-color css

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

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

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

border-color css

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

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

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