Html Css Color HEX #CEFF13 Electric Lime

📋 copy color: '#CEFF13'

red 206 ◦ green 255 ◦ blue 19

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

Shades of Electric Lime #CEFF13

Tints of Electric Lime #CEFF13

RGB

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

 GREEN value IS 255 (100% from 255) = 53.13%

 BLUE value IS 19 (7.81% from 255) = 3.96%

R = 42.92%
G = 53.13%
B = 3.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#CEFF13 (or 0xCEFF13) is known color: Electric Lime. HEX triplet: CE, FF and 13. RGB value is (206,255,19). Sum of RGB (Red+Green+Blue) = 206+255+19=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF13 is #3100EC. Grayscale: #D6D6D6. Windows color (decimal): -3211501 or 1310670. OLE color: 1310670.

HSL color Cylindrical-coordinate representation of color #CEFF13: hue angle of 72.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEFF13 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 206 255 19 -
CMYK 0.19 0 0.93 0
HSL 72.46º 1% 0.54% -
HSV(B) 72.46º 0.93% 1% -
XYZ 61.33 84.69 13.73 -
YUV 213.45 18.27 122.69 -
System Red Green Blue C M Y K H S L
Decimal 206 255 19 0.19 0 0.93 0 72.46 1 0.54
Hex CE FF 13 13 0 5D 0 48 64 36
Octal 316 377 23 23 0 135 0 110 144 66
Binary 11001110 11111111 10011 10011 0 1011101 0 1001000 1100100 110110

Color Harmonies of #CEFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF13

Black with #CEFF13

Text Example


Text Example

White with #CEFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF13; }

 p { color: rgb(206,255,19); }

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

background-color css

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

 a { background-color: rgb(206,255,19); }

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

border-color css

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

 span { border-color: rgb(206,255,19); }

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