Html Css Color HEX #CFF407 Electric Lime

📋 copy color: '#CFF407'

red 207 ◦ green 244 ◦ blue 7

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

Shades of Electric Lime #CFF407

Tints of Electric Lime #CFF407

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.28%

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 45.2%
G = 53.28%
B = 1.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CFF407 (or 0xCFF407) is known color: Electric Lime. HEX triplet: CF, F4 and 07. RGB value is (207,244,7). Sum of RGB (Red+Green+Blue) = 207+244+7=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF407 is #300BF8. Grayscale: #CECECE. Windows color (decimal): -3148793 or 521423. OLE color: 521423.

HSL color Cylindrical-coordinate representation of color #CFF407: hue angle of 69.37º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFF407 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 244 7 -
CMYK 0.15 0 0.97 0.04
HSL 69.37º 0.94% 0.49% -
HSV(B) 69.37º 0.97% 0.96% -
XYZ 58.12 77.98 12.19 -
YUV 205.92 15.74 128.77 -
System Red Green Blue C M Y K H S L
Decimal 207 244 7 0.15 0 0.97 0.04 69.37 0.94 0.49
Hex CF F4 7 F 0 61 4 45 5E 31
Octal 317 364 7 17 0 141 4 105 136 61
Binary 11001111 11110100 111 1111 0 1100001 100 1000101 1011110 110001

Color Harmonies of #CFF407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF407

Black with #CFF407

Text Example


Text Example

White with #CFF407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF407; }

 p { color: rgb(207,244,7); }

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

background-color css

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

 a { background-color: rgb(207,244,7); }

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

border-color css

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

 span { border-color: rgb(207,244,7); }

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