Html Css Color HEX #CFF70E Electric Lime

📋 copy color: '#CFF70E'

red 207 ◦ green 247 ◦ blue 14

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

Shades of Electric Lime #CFF70E

Tints of Electric Lime #CFF70E

RGB

 RED value IS 207 (81.25% from 255) = 44.23%

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

 BLUE value IS 14 (5.86% from 255) = 2.99%

R = 44.23%
G = 52.78%
B = 2.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CFF70E (or 0xCFF70E) is known color: Electric Lime. HEX triplet: CF, F7 and 0E. RGB value is (207,247,14). Sum of RGB (Red+Green+Blue) = 207+247+14=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF70E is #3008F1. Grayscale: #D1D1D1. Windows color (decimal): -3148018 or 980943. OLE color: 980943.

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

Color convert

RGB 207 247 14 -
CMYK 0.16 0 0.94 0.03
HSL 70.3º 0.94% 0.51% -
HSV(B) 70.3º 0.94% 0.97% -
XYZ 59.07 79.82 12.71 -
YUV 208.48 18.25 126.95 -
System Red Green Blue C M Y K H S L
Decimal 207 247 14 0.16 0 0.94 0.03 70.3 0.94 0.51
Hex CF F7 E 10 0 5E 3 46 5E 33
Octal 317 367 16 20 0 136 3 106 136 63
Binary 11001111 11110111 1110 10000 0 1011110 11 1000110 1011110 110011

Color Harmonies of #CFF70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF70E

Black with #CFF70E

Text Example


Text Example

White with #CFF70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF70E; }

 p { color: rgb(207,247,14); }

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

background-color css

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

 a { background-color: rgb(207,247,14); }

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

border-color css

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

 span { border-color: rgb(207,247,14); }

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