Html Css Color HEX #CCF514 Electric Lime

📋 copy color: '#CCF514'

red 204 ◦ green 245 ◦ blue 20

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

Shades of Electric Lime #CCF514

Tints of Electric Lime #CCF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.24%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 43.5%
G = 52.24%
B = 4.26%

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

#CCF514 (or 0xCCF514) is known color: Electric Lime. HEX triplet: CC, F5 and 14. RGB value is (204,245,20). Sum of RGB (Red+Green+Blue) = 204+245+20=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF514 is #330AEB. Grayscale: #CFCFCF. Windows color (decimal): -3345132 or 1373644. OLE color: 1373644.

HSL color Cylindrical-coordinate representation of color #CCF514: hue angle of 70.93º degrees, saturation: 0.92, 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 #CCF514 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 20 -
CMYK 0.17 0 0.92 0.04
HSL 70.93º 0.92% 0.52% -
HSV(B) 70.93º 0.92% 0.96% -
XYZ 57.68 78.19 12.71 -
YUV 207.09 22.42 125.8 -
System Red Green Blue C M Y K H S L
Decimal 204 245 20 0.17 0 0.92 0.04 70.93 0.92 0.52
Hex CC F5 14 11 0 5C 4 47 5C 34
Octal 314 365 24 21 0 134 4 107 134 64
Binary 11001100 11110101 10100 10001 0 1011100 100 1000111 1011100 110100

Color Harmonies of #CCF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF514

Black with #CCF514

Text Example


Text Example

White with #CCF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF514; }

 p { color: rgb(204,245,20); }

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

background-color css

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

 a { background-color: rgb(204,245,20); }

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

border-color css

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

 span { border-color: rgb(204,245,20); }

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