Html Css Color HEX #CEF500 Electric Lime

📋 copy color: '#CEF500'

red 206 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #CEF500

Tints of Electric Lime #CEF500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.68%
G = 54.32%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#CEF500 (or 0xCEF500) is known color: Electric Lime. HEX triplet: CE, F5 and 00. RGB value is (206,245,0). Sum of RGB (Red+Green+Blue) = 206+245+0=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF500 is #310AFF. Grayscale: #CECECE. Windows color (decimal): -3214080 or 62926. OLE color: 62926.

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

Color convert

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

Color Harmonies of #CEF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF500

Black with #CEF500

Text Example


Text Example

White with #CEF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF500; }

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

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

background-color css

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

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

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

border-color css

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

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

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