Html Css Color HEX #CCF517 Electric Lime

📋 copy color: '#CCF517'

red 204 ◦ green 245 ◦ blue 23

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

Shades of Electric Lime #CCF517

Tints of Electric Lime #CCF517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.87%

R = 43.22%
G = 51.91%
B = 4.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CCF517 (or 0xCCF517) is known color: Electric Lime. HEX triplet: CC, F5 and 17. RGB value is (204,245,23). Sum of RGB (Red+Green+Blue) = 204+245+23=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF517 is #330AE8. Grayscale: #D0D0D0. Windows color (decimal): -3345129 or 1570252. OLE color: 1570252.

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

Color convert

RGB 204 245 23 -
CMYK 0.17 0 0.91 0.04
HSL 71.08º 0.92% 0.53% -
HSV(B) 71.08º 0.91% 0.96% -
XYZ 57.71 78.2 12.86 -
YUV 207.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 204 245 23 0.17 0 0.91 0.04 71.08 0.92 0.53
Hex CC F5 17 11 0 5B 4 47 5C 35
Octal 314 365 27 21 0 133 4 107 134 65
Binary 11001100 11110101 10111 10001 0 1011011 100 1000111 1011100 110101

Color Harmonies of #CCF517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF517

Black with #CCF517

Text Example


Text Example

White with #CCF517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF517; }

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

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

background-color css

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

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

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

border-color css

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

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

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