Html Css Color HEX #CCF017 Electric Lime

📋 copy color: '#CCF017'

red 204 ◦ green 240 ◦ blue 23

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

Shades of Electric Lime #CCF017

Tints of Electric Lime #CCF017

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.39%

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

R = 43.68%
G = 51.39%
B = 4.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#CCF017 (or 0xCCF017) is known color: Electric Lime. HEX triplet: CC, F0 and 17. RGB value is (204,240,23). Sum of RGB (Red+Green+Blue) = 204+240+23=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF017 is #330FE8. Grayscale: #CDCDCD. Windows color (decimal): -3346409 or 1568972. OLE color: 1568972.

HSL color Cylindrical-coordinate representation of color #CCF017: hue angle of 69.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF017 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 23 -
CMYK 0.15 0 0.90 0.06
HSL 69.95º 0.88% 0.52% -
HSV(B) 69.95º 0.9% 0.94% -
XYZ 56.22 75.22 12.37 -
YUV 204.5 25.57 127.64 -
System Red Green Blue C M Y K H S L
Decimal 204 240 23 0.15 0 0.90 0.06 69.95 0.88 0.52
Hex CC F0 17 F 0 5A 6 46 58 34
Octal 314 360 27 17 0 132 6 106 130 64
Binary 11001100 11110000 10111 1111 0 1011010 110 1000110 1011000 110100

Color Harmonies of #CCF017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF017

Black with #CCF017

Text Example


Text Example

White with #CCF017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF017; }

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

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

background-color css

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

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

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

border-color css

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

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

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