Html Css Color HEX #CCF217 Electric Lime

📋 copy color: '#CCF217'

red 204 ◦ green 242 ◦ blue 23

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

Shades of Electric Lime #CCF217

Tints of Electric Lime #CCF217

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.6%

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

R = 43.5%
G = 51.6%
B = 4.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CCF217 (or 0xCCF217) is known color: Electric Lime. HEX triplet: CC, F2 and 17. RGB value is (204,242,23). Sum of RGB (Red+Green+Blue) = 204+242+23=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF217 is #330DE8. Grayscale: #CECECE. Windows color (decimal): -3345897 or 1569484. OLE color: 1569484.

HSL color Cylindrical-coordinate representation of color #CCF217: hue angle of 70.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF217 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 23 -
CMYK 0.16 0 0.90 0.05
HSL 70.41º 0.89% 0.52% -
HSV(B) 70.41º 0.9% 0.95% -
XYZ 56.81 76.4 12.56 -
YUV 205.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 204 242 23 0.16 0 0.90 0.05 70.41 0.89 0.52
Hex CC F2 17 10 0 5A 5 46 59 34
Octal 314 362 27 20 0 132 5 106 131 64
Binary 11001100 11110010 10111 10000 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CCF217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF217

Black with #CCF217

Text Example


Text Example

White with #CCF217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF217; }

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

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

background-color css

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

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

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

border-color css

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

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

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