Html Css Color HEX #CFF507 Electric Lime

📋 copy color: '#CFF507'

red 207 ◦ green 245 ◦ blue 7

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

Shades of Electric Lime #CFF507

Tints of Electric Lime #CFF507

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.38%

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

R = 45.1%
G = 53.38%
B = 1.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CFF507 (or 0xCFF507) is known color: Electric Lime. HEX triplet: CF, F5 and 07. RGB value is (207,245,7). Sum of RGB (Red+Green+Blue) = 207+245+7=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF507 is #300AF8. Grayscale: #CFCFCF. Windows color (decimal): -3148537 or 521679. OLE color: 521679.

HSL color Cylindrical-coordinate representation of color #CFF507: hue angle of 69.58º 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 #CFF507 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 7 -
CMYK 0.16 0 0.97 0.04
HSL 69.58º 0.94% 0.49% -
HSV(B) 69.58º 0.97% 0.96% -
XYZ 58.42 78.59 12.29 -
YUV 206.51 15.41 128.35 -
System Red Green Blue C M Y K H S L
Decimal 207 245 7 0.16 0 0.97 0.04 69.58 0.94 0.49
Hex CF F5 7 10 0 61 4 46 5E 31
Octal 317 365 7 20 0 141 4 106 136 61
Binary 11001111 11110101 111 10000 0 1100001 100 1000110 1011110 110001

Color Harmonies of #CFF507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF507

Black with #CFF507

Text Example


Text Example

White with #CFF507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF507; }

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

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

background-color css

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

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

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

border-color css

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

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

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