Html Css Color HEX #CEF81A Electric Lime

📋 copy color: '#CEF81A'

red 206 ◦ green 248 ◦ blue 26

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

Shades of Electric Lime #CEF81A

Tints of Electric Lime #CEF81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 42.92%
G = 51.67%
B = 5.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#CEF81A (or 0xCEF81A) is known color: Electric Lime. HEX triplet: CE, F8 and 1A. RGB value is (206,248,26). Sum of RGB (Red+Green+Blue) = 206+248+26=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF81A is #3107E5. Grayscale: #D2D2D2. Windows color (decimal): -3213286 or 1767630. OLE color: 1767630.

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

Color convert

RGB 206 248 26 -
CMYK 0.17 0 0.90 0.03
HSL 71.35º 0.94% 0.54% -
HSV(B) 71.35º 0.9% 0.97% -
XYZ 59.21 80.33 13.36 -
YUV 210.13 24.09 125.05 -
System Red Green Blue C M Y K H S L
Decimal 206 248 26 0.17 0 0.90 0.03 71.35 0.94 0.54
Hex CE F8 1A 11 0 5A 3 47 5E 36
Octal 316 370 32 21 0 132 3 107 136 66
Binary 11001110 11111000 11010 10001 0 1011010 11 1000111 1011110 110110

Color Harmonies of #CEF81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF81A

Black with #CEF81A

Text Example


Text Example

White with #CEF81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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