Html Css Color HEX #CEF201 Electric Lime

📋 copy color: '#CEF201'

red 206 ◦ green 242 ◦ blue 1

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

Shades of Electric Lime #CEF201

Tints of Electric Lime #CEF201

RGB

 RED value IS 206 (80.86% from 255) = 45.88%

 GREEN value IS 242 (94.92% from 255) = 53.9%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 45.88%
G = 53.9%
B = 0.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#CEF201 (or 0xCEF201) is known color: Electric Lime. HEX triplet: CE, F2 and 01. RGB value is (206,242,1). Sum of RGB (Red+Green+Blue) = 206+242+1=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF201 is #310DFE. Grayscale: #CCCCCC. Windows color (decimal): -3214847 or 127694. OLE color: 127694.

HSL color Cylindrical-coordinate representation of color #CEF201: hue angle of 68.96º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF201 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 1 -
CMYK 0.15 0 1.00 0.05
HSL 68.96º 0.99% 0.48% -
HSV(B) 68.96º 1% 0.95% -
XYZ 57.21 76.63 11.8 -
YUV 203.76 13.57 129.6 -
System Red Green Blue C M Y K H S L
Decimal 206 242 1 0.15 0 1.00 0.05 68.96 0.99 0.48
Hex CE F2 1 F 0 64 5 45 63 30
Octal 316 362 1 17 0 144 5 105 143 60
Binary 11001110 11110010 1 1111 0 1100100 101 1000101 1100011 110000

Color Harmonies of #CEF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF201

Black with #CEF201

Text Example


Text Example

White with #CEF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF201; }

 p { color: rgb(206,242,1); }

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

background-color css

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

 a { background-color: rgb(206,242,1); }

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

border-color css

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

 span { border-color: rgb(206,242,1); }

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