Html Css Color HEX #CEF501 Electric Lime

📋 copy color: '#CEF501'

red 206 ◦ green 245 ◦ blue 1

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

Shades of Electric Lime #CEF501

Tints of Electric Lime #CEF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.2%

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

R = 45.58%
G = 54.2%
B = 0.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#CEF501 (or 0xCEF501) is known color: Electric Lime. HEX triplet: CE, F5 and 01. RGB value is (206,245,1). Sum of RGB (Red+Green+Blue) = 206+245+1=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF501 is #310AFE. Grayscale: #CECECE. Windows color (decimal): -3214079 or 128462. OLE color: 128462.

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

Color convert

RGB 206 245 1 -
CMYK 0.16 0 1.00 0.04
HSL 69.59º 0.99% 0.48% -
HSV(B) 69.59º 1% 0.96% -
XYZ 58.11 78.43 12.1 -
YUV 205.52 12.58 128.34 -
System Red Green Blue C M Y K H S L
Decimal 206 245 1 0.16 0 1.00 0.04 69.59 0.99 0.48
Hex CE F5 1 10 0 64 4 46 63 30
Octal 316 365 1 20 0 144 4 106 143 60
Binary 11001110 11110101 1 10000 0 1100100 100 1000110 1100011 110000

Color Harmonies of #CEF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF501

Black with #CEF501

Text Example


Text Example

White with #CEF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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