Html Css Color HEX #CEF113 Electric Lime

📋 copy color: '#CEF113'

red 206 ◦ green 241 ◦ blue 19

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

Shades of Electric Lime #CEF113

Tints of Electric Lime #CEF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.72%

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

R = 44.21%
G = 51.72%
B = 4.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CEF113 (or 0xCEF113) is known color: Electric Lime. HEX triplet: CE, F1 and 13. RGB value is (206,241,19). Sum of RGB (Red+Green+Blue) = 206+241+19=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF113 is #310EEC. Grayscale: #CECECE. Windows color (decimal): -3215085 or 1307086. OLE color: 1307086.

HSL color Cylindrical-coordinate representation of color #CEF113: hue angle of 69.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEF113 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 19 -
CMYK 0.15 0 0.92 0.05
HSL 69.46º 0.89% 0.51% -
HSV(B) 69.46º 0.92% 0.95% -
XYZ 57.03 76.08 12.3 -
YUV 205.23 22.9 128.55 -
System Red Green Blue C M Y K H S L
Decimal 206 241 19 0.15 0 0.92 0.05 69.46 0.89 0.51
Hex CE F1 13 F 0 5C 5 45 59 33
Octal 316 361 23 17 0 134 5 105 131 63
Binary 11001110 11110001 10011 1111 0 1011100 101 1000101 1011001 110011

Color Harmonies of #CEF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF113

Black with #CEF113

Text Example


Text Example

White with #CEF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF113; }

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

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

background-color css

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

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

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

border-color css

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

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

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