Html Css Color HEX #CEF815 Electric Lime

📋 copy color: '#CEF815'

red 206 ◦ green 248 ◦ blue 21

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

Shades of Electric Lime #CEF815

Tints of Electric Lime #CEF815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.21%

 BLUE value IS 21 (8.59% from 255) = 4.42%

R = 43.37%
G = 52.21%
B = 4.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CEF815 (or 0xCEF815) is known color: Electric Lime. HEX triplet: CE, F8 and 15. RGB value is (206,248,21). Sum of RGB (Red+Green+Blue) = 206+248+21=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF815 is #3107EA. Grayscale: #D2D2D2. Windows color (decimal): -3213291 or 1439950. OLE color: 1439950.

HSL color Cylindrical-coordinate representation of color #CEF815: hue angle of 71.1º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEF815 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 21 -
CMYK 0.17 0 0.92 0.03
HSL 71.1º 0.94% 0.53% -
HSV(B) 71.1º 0.92% 0.97% -
XYZ 59.16 80.31 13.09 -
YUV 209.56 21.59 125.46 -
System Red Green Blue C M Y K H S L
Decimal 206 248 21 0.17 0 0.92 0.03 71.1 0.94 0.53
Hex CE F8 15 11 0 5C 3 47 5E 35
Octal 316 370 25 21 0 134 3 107 136 65
Binary 11001110 11111000 10101 10001 0 1011100 11 1000111 1011110 110101

Color Harmonies of #CEF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF815

Black with #CEF815

Text Example


Text Example

White with #CEF815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF815; }

 p { color: rgb(206,248,21); }

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

background-color css

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

 a { background-color: rgb(206,248,21); }

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

border-color css

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

 span { border-color: rgb(206,248,21); }

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