Html Css Color HEX #CFF504 Electric Lime

📋 copy color: '#CFF504'

red 207 ◦ green 245 ◦ blue 4

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

Shades of Electric Lime #CFF504

Tints of Electric Lime #CFF504

RGB

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

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

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

R = 45.39%
G = 53.73%
B = 0.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CFF504 (or 0xCFF504) is known color: Electric Lime. HEX triplet: CF, F5 and 04. RGB value is (207,245,4). Sum of RGB (Red+Green+Blue) = 207+245+4=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF504 is #300AFB. Grayscale: #CFCFCF. Windows color (decimal): -3148540 or 325071. OLE color: 325071.

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

Color convert

RGB 207 245 4 -
CMYK 0.16 0 0.98 0.04
HSL 69.46º 0.97% 0.49% -
HSV(B) 69.46º 0.98% 0.96% -
XYZ 58.41 78.58 12.2 -
YUV 206.16 13.91 128.6 -
System Red Green Blue C M Y K H S L
Decimal 207 245 4 0.16 0 0.98 0.04 69.46 0.97 0.49
Hex CF F5 4 10 0 62 4 45 61 31
Octal 317 365 4 20 0 142 4 105 141 61
Binary 11001111 11110101 100 10000 0 1100010 100 1000101 1100001 110001

Color Harmonies of #CFF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF504

Black with #CFF504

Text Example


Text Example

White with #CFF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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