Html Css Color HEX #CEF914 Electric Lime

📋 copy color: '#CEF914'

red 206 ◦ green 249 ◦ blue 20

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

Shades of Electric Lime #CEF914

Tints of Electric Lime #CEF914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 43.37%
G = 52.42%
B = 4.21%

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

#CEF914 (or 0xCEF914) is known color: Electric Lime. HEX triplet: CE, F9 and 14. RGB value is (206,249,20). Sum of RGB (Red+Green+Blue) = 206+249+20=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF914 is #3106EB. Grayscale: #D2D2D2. Windows color (decimal): -3213036 or 1374670. OLE color: 1374670.

HSL color Cylindrical-coordinate representation of color #CEF914: hue angle of 71.27º 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 #CEF914 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 20 -
CMYK 0.17 0 0.92 0.02
HSL 71.27º 0.95% 0.53% -
HSV(B) 71.27º 0.92% 0.98% -
XYZ 59.46 80.92 13.15 -
YUV 210.04 20.75 125.12 -
System Red Green Blue C M Y K H S L
Decimal 206 249 20 0.17 0 0.92 0.02 71.27 0.95 0.53
Hex CE F9 14 11 0 5C 2 47 5F 35
Octal 316 371 24 21 0 134 2 107 137 65
Binary 11001110 11111001 10100 10001 0 1011100 10 1000111 1011111 110101

Color Harmonies of #CEF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF914

Black with #CEF914

Text Example


Text Example

White with #CEF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF914; }

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

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

background-color css

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

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

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

border-color css

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

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

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