#CCFF21

Color #CCFF21 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CCFF21

Tints of Electric Lime #CCFF21

Color information

#CCFF21 (or 0xCCFF21) is unknown color: approx Electric Lime. HEX triplet: CC, FF and 21. RGB value is (204,255,33). Sum of RGB (Red+Green+Blue) = 204+255+33=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF21 is #3300DE. Grayscale: #D7D7D7. Windows color (decimal): -3342559 or 2228172. OLE color: 2228172.

HSL color Cylindrical-coordinate representation of color #CCFF21: hue angle of 73.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCFF21 is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB20425533-
CMYK0.200.870
HSL73.78º100%56.47%-
HSV(B)73.78º87.06%100%-
XYZ60.9484.4714.53-
YUV214.4425.6120.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 33 (13.28% from 255) = 6.71%
R=41.46%
G=51.83%
B=6.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204255330.200.87073.7810056.47
HexCCFF211405704a6438
Octal31437741240127011214470
Binary11001100111111111000011010001010111010010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF21; }

 p { color: rgb(204,255,33); }

 H1.HeaderClassName
 {
   color: #CCFF21;
 }
 .AnyTagClassName
 {
   color: #CCFF21;
 }
</style>
background-color css

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

 a { background-color: rgb(204,255,33); }

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

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

 span { border-color: rgb(204,255,33); }

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