Html Css Color HEX #CEF70C Electric Lime

📋 copy color: '#CEF70C'

red 206 ◦ green 247 ◦ blue 12

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

Shades of Electric Lime #CEF70C

Tints of Electric Lime #CEF70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.12%

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 44.3%
G = 53.12%
B = 2.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#CEF70C (or 0xCEF70C) is known color: Electric Lime. HEX triplet: CE, F7 and 0C. RGB value is (206,247,12). Sum of RGB (Red+Green+Blue) = 206+247+12=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF70C is #3108F3. Grayscale: #D0D0D0. Windows color (decimal): -3213556 or 849870. OLE color: 849870.

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

Color convert

RGB 206 247 12 -
CMYK 0.17 0 0.95 0.03
HSL 70.47º 0.94% 0.51% -
HSV(B) 70.47º 0.95% 0.97% -
XYZ 58.78 79.67 12.63 -
YUV 207.95 17.42 126.61 -
System Red Green Blue C M Y K H S L
Decimal 206 247 12 0.17 0 0.95 0.03 70.47 0.94 0.51
Hex CE F7 C 11 0 5F 3 46 5E 33
Octal 316 367 14 21 0 137 3 106 136 63
Binary 11001110 11110111 1100 10001 0 1011111 11 1000110 1011110 110011

Color Harmonies of #CEF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF70C

Black with #CEF70C

Text Example


Text Example

White with #CEF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF70C; }

 p { color: rgb(206,247,12); }

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

background-color css

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

 a { background-color: rgb(206,247,12); }

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

border-color css

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

 span { border-color: rgb(206,247,12); }

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