Html Css Color HEX #CCF311 Electric Lime

📋 copy color: '#CCF311'

red 204 ◦ green 243 ◦ blue 17

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

Shades of Electric Lime #CCF311

Tints of Electric Lime #CCF311

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.37%

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

R = 43.97%
G = 52.37%
B = 3.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CCF311 (or 0xCCF311) is known color: Electric Lime. HEX triplet: CC, F3 and 11. RGB value is (204,243,17). Sum of RGB (Red+Green+Blue) = 204+243+17=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF311 is #330CEE. Grayscale: #CECECE. Windows color (decimal): -3345647 or 1176524. OLE color: 1176524.

HSL color Cylindrical-coordinate representation of color #CCF311: hue angle of 70.35º degrees, saturation: 0.9, 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 #CCF311 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 17 -
CMYK 0.16 0 0.93 0.05
HSL 70.35º 0.9% 0.51% -
HSV(B) 70.35º 0.93% 0.95% -
XYZ 57.05 76.98 12.38 -
YUV 205.58 21.58 126.88 -
System Red Green Blue C M Y K H S L
Decimal 204 243 17 0.16 0 0.93 0.05 70.35 0.9 0.51
Hex CC F3 11 10 0 5D 5 46 5A 33
Octal 314 363 21 20 0 135 5 106 132 63
Binary 11001100 11110011 10001 10000 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CCF311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF311

Black with #CCF311

Text Example


Text Example

White with #CCF311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF311; }

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

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

background-color css

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

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

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

border-color css

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

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

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