Html Css Color HEX #CCF216 Electric Lime

📋 copy color: '#CCF216'

red 204 ◦ green 242 ◦ blue 22

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

Shades of Electric Lime #CCF216

Tints of Electric Lime #CCF216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.7%

R = 43.59%
G = 51.71%
B = 4.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CCF216 (or 0xCCF216) is known color: Electric Lime. HEX triplet: CC, F2 and 16. RGB value is (204,242,22). Sum of RGB (Red+Green+Blue) = 204+242+22=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF216 is #330DE9. Grayscale: #CECECE. Windows color (decimal): -3345898 or 1503948. OLE color: 1503948.

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

Color convert

RGB 204 242 22 -
CMYK 0.16 0 0.91 0.05
HSL 70.36º 0.89% 0.52% -
HSV(B) 70.36º 0.91% 0.95% -
XYZ 56.8 76.4 12.51 -
YUV 205.56 24.41 126.89 -
System Red Green Blue C M Y K H S L
Decimal 204 242 22 0.16 0 0.91 0.05 70.36 0.89 0.52
Hex CC F2 16 10 0 5B 5 46 59 34
Octal 314 362 26 20 0 133 5 106 131 64
Binary 11001100 11110010 10110 10000 0 1011011 101 1000110 1011001 110100

Color Harmonies of #CCF216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF216

Black with #CCF216

Text Example


Text Example

White with #CCF216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF216; }

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

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

background-color css

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

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

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

border-color css

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

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

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