Html Css Color HEX #CFF704 Electric Lime

📋 copy color: '#CFF704'

red 207 ◦ green 247 ◦ blue 4

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

Shades of Electric Lime #CFF704

Tints of Electric Lime #CFF704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 45.2%
G = 53.93%
B = 0.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#CFF704 (or 0xCFF704) is known color: Electric Lime. HEX triplet: CF, F7 and 04. RGB value is (207,247,4). Sum of RGB (Red+Green+Blue) = 207+247+4=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF704 is #3008FB. Grayscale: #D0D0D0. Windows color (decimal): -3148028 or 325583. OLE color: 325583.

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

Color convert

RGB 207 247 4 -
CMYK 0.16 0 0.98 0.03
HSL 69.88º 0.97% 0.49% -
HSV(B) 69.88º 0.98% 0.97% -
XYZ 59.01 79.8 12.41 -
YUV 207.34 13.25 127.76 -
System Red Green Blue C M Y K H S L
Decimal 207 247 4 0.16 0 0.98 0.03 69.88 0.97 0.49
Hex CF F7 4 10 0 62 3 46 61 31
Octal 317 367 4 20 0 142 3 106 141 61
Binary 11001111 11110111 100 10000 0 1100010 11 1000110 1100001 110001

Color Harmonies of #CFF704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF704

Black with #CFF704

Text Example


Text Example

White with #CFF704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF704; }

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

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

background-color css

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

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

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

border-color css

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

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

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