Html Css Color HEX #CCF116 Electric Lime

📋 copy color: '#CCF116'

red 204 ◦ green 241 ◦ blue 22

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

Shades of Electric Lime #CCF116

Tints of Electric Lime #CCF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.61%

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

R = 43.68%
G = 51.61%
B = 4.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CCF116 (or 0xCCF116) is known color: Electric Lime. HEX triplet: CC, F1 and 16. RGB value is (204,241,22). Sum of RGB (Red+Green+Blue) = 204+241+22=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF116 is #330EE9. Grayscale: #CDCDCD. Windows color (decimal): -3346154 or 1503692. OLE color: 1503692.

HSL color Cylindrical-coordinate representation of color #CCF116: hue angle of 70.14º 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 #CCF116 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 22 -
CMYK 0.15 0 0.91 0.05
HSL 70.14º 0.89% 0.52% -
HSV(B) 70.14º 0.91% 0.95% -
XYZ 56.5 75.81 12.41 -
YUV 204.97 24.74 127.31 -
System Red Green Blue C M Y K H S L
Decimal 204 241 22 0.15 0 0.91 0.05 70.14 0.89 0.52
Hex CC F1 16 F 0 5B 5 46 59 34
Octal 314 361 26 17 0 133 5 106 131 64
Binary 11001100 11110001 10110 1111 0 1011011 101 1000110 1011001 110100

Color Harmonies of #CCF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF116

Black with #CCF116

Text Example


Text Example

White with #CCF116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF116; }

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

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

background-color css

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

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

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

border-color css

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

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

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