Html Css Color HEX #CCFA11 Electric Lime

📋 copy color: '#CCFA11'

red 204 ◦ green 250 ◦ blue 17

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

Shades of Electric Lime #CCFA11

Tints of Electric Lime #CCFA11

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.08%

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

R = 43.31%
G = 53.08%
B = 3.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CCFA11 (or 0xCCFA11) is known color: Electric Lime. HEX triplet: CC, FA and 11. RGB value is (204,250,17). Sum of RGB (Red+Green+Blue) = 204+250+17=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFA11 is #3305EE. Grayscale: #D2D2D2. Windows color (decimal): -3343855 or 1178316. OLE color: 1178316.

HSL color Cylindrical-coordinate representation of color #CCFA11: hue angle of 71.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCFA11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 17 -
CMYK 0.18 0 0.93 0.02
HSL 71.85º 0.96% 0.52% -
HSV(B) 71.85º 0.93% 0.98% -
XYZ 59.19 81.25 13.09 -
YUV 209.68 19.26 123.95 -
System Red Green Blue C M Y K H S L
Decimal 204 250 17 0.18 0 0.93 0.02 71.85 0.96 0.52
Hex CC FA 11 12 0 5D 2 48 60 34
Octal 314 372 21 22 0 135 2 110 140 64
Binary 11001100 11111010 10001 10010 0 1011101 10 1001000 1100000 110100

Color Harmonies of #CCFA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFA11

Black with #CCFA11

Text Example


Text Example

White with #CCFA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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