Html Css Color HEX #CCF111 Electric Lime

📋 copy color: '#CCF111'

red 204 ◦ green 241 ◦ blue 17

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

Shades of Electric Lime #CCF111

Tints of Electric Lime #CCF111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 44.16%
G = 52.16%
B = 3.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CCF111 (or 0xCCF111) is known color: Electric Lime. HEX triplet: CC, F1 and 11. RGB value is (204,241,17). Sum of RGB (Red+Green+Blue) = 204+241+17=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF111 is #330EEE. Grayscale: #CDCDCD. Windows color (decimal): -3346159 or 1176012. OLE color: 1176012.

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

Color convert

RGB 204 241 17 -
CMYK 0.15 0 0.93 0.05
HSL 69.91º 0.89% 0.51% -
HSV(B) 69.91º 0.93% 0.95% -
XYZ 56.46 75.79 12.18 -
YUV 204.4 22.24 127.71 -
System Red Green Blue C M Y K H S L
Decimal 204 241 17 0.15 0 0.93 0.05 69.91 0.89 0.51
Hex CC F1 11 F 0 5D 5 46 59 33
Octal 314 361 21 17 0 135 5 106 131 63
Binary 11001100 11110001 10001 1111 0 1011101 101 1000110 1011001 110011

Color Harmonies of #CCF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF111

Black with #CCF111

Text Example


Text Example

White with #CCF111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF111; }

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

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

background-color css

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

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

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

border-color css

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

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

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