#CEFF21

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

Shades of Electric Lime #CEFF21

Tints of Electric Lime #CEFF21

Color information

#CEFF21 (or 0xCEFF21) is unknown color: approx Electric Lime. HEX triplet: CE, FF and 21. RGB value is (206,255,33). Sum of RGB (Red+Green+Blue) = 206+255+33=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF21 is #3100DE. Grayscale: #D7D7D7. Windows color (decimal): -3211487 or 2228174. OLE color: 2228174.

HSL color Cylindrical-coordinate representation of color #CEFF21: hue angle of 73.24º 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 #CEFF21 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB20625533-
CMYK0.1900.870
HSL73.24º100%56.47%-
HSV(B)73.24º87.06%100%-
XYZ61.4984.7514.56-
YUV215.0425.27121.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 33 (13.28% from 255) = 6.68%
R=41.70%
G=51.62%
B=6.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206255330.1900.87073.2410056.47
HexCEFF21130570496438
Octal31637741230127011114470
Binary11001110111111111000011001101010111010010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF21; }

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

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

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

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

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

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

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

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