Html Css Color HEX #CEF807 Electric Lime

📋 copy color: '#CEF807'

red 206 ◦ green 248 ◦ blue 7

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

Shades of Electric Lime #CEF807

Tints of Electric Lime #CEF807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 44.69%
G = 53.8%
B = 1.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CEF807 (or 0xCEF807) is known color: Electric Lime. HEX triplet: CE, F8 and 07. RGB value is (206,248,7). Sum of RGB (Red+Green+Blue) = 206+248+7=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF807 is #3107F8. Grayscale: #D0D0D0. Windows color (decimal): -3213305 or 522446. OLE color: 522446.

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

Color convert

RGB 206 248 7 -
CMYK 0.17 0 0.97 0.03
HSL 70.46º 0.95% 0.5% -
HSV(B) 70.46º 0.97% 0.97% -
XYZ 59.06 80.27 12.58 -
YUV 207.97 14.59 126.6 -
System Red Green Blue C M Y K H S L
Decimal 206 248 7 0.17 0 0.97 0.03 70.46 0.95 0.5
Hex CE F8 7 11 0 61 3 46 5F 32
Octal 316 370 7 21 0 141 3 106 137 62
Binary 11001110 11111000 111 10001 0 1100001 11 1000110 1011111 110010

Color Harmonies of #CEF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF807

Black with #CEF807

Text Example


Text Example

White with #CEF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF807; }

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

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

background-color css

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

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

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

border-color css

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

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

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