Html Css Color HEX #CEF913 Electric Lime

📋 copy color: '#CEF913'

red 206 ◦ green 249 ◦ blue 19

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

Shades of Electric Lime #CEF913

Tints of Electric Lime #CEF913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.53%

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

R = 43.46%
G = 52.53%
B = 4.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#CEF913 (or 0xCEF913) is known color: Electric Lime. HEX triplet: CE, F9 and 13. RGB value is (206,249,19). Sum of RGB (Red+Green+Blue) = 206+249+19=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF913 is #3106EC. Grayscale: #D2D2D2. Windows color (decimal): -3213037 or 1309134. OLE color: 1309134.

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

Color convert

RGB 206 249 19 -
CMYK 0.17 0 0.92 0.02
HSL 71.22º 0.95% 0.53% -
HSV(B) 71.22º 0.92% 0.98% -
XYZ 59.45 80.92 13.1 -
YUV 209.92 20.25 125.2 -
System Red Green Blue C M Y K H S L
Decimal 206 249 19 0.17 0 0.92 0.02 71.22 0.95 0.53
Hex CE F9 13 11 0 5C 2 47 5F 35
Octal 316 371 23 21 0 134 2 107 137 65
Binary 11001110 11111001 10011 10001 0 1011100 10 1000111 1011111 110101

Color Harmonies of #CEF913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF913

Black with #CEF913

Text Example


Text Example

White with #CEF913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF913; }

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

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

background-color css

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

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

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

border-color css

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

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

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