Html Css Color HEX #CFF904 Electric Lime

📋 copy color: '#CFF904'

red 207 ◦ green 249 ◦ blue 4

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

Shades of Electric Lime #CFF904

Tints of Electric Lime #CFF904

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.13%

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

R = 45%
G = 54.13%
B = 0.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CFF904 (or 0xCFF904) is known color: Electric Lime. HEX triplet: CF, F9 and 04. RGB value is (207,249,4). Sum of RGB (Red+Green+Blue) = 207+249+4=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF904 is #3006FB. Grayscale: #D1D1D1. Windows color (decimal): -3147516 or 326095. OLE color: 326095.

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

Color convert

RGB 207 249 4 -
CMYK 0.17 0 0.98 0.02
HSL 70.29º 0.97% 0.5% -
HSV(B) 70.29º 0.98% 0.98% -
XYZ 59.63 81.03 12.61 -
YUV 208.51 12.59 126.92 -
System Red Green Blue C M Y K H S L
Decimal 207 249 4 0.17 0 0.98 0.02 70.29 0.97 0.5
Hex CF F9 4 11 0 62 2 46 61 32
Octal 317 371 4 21 0 142 2 106 141 62
Binary 11001111 11111001 100 10001 0 1100010 10 1000110 1100001 110010

Color Harmonies of #CFF904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF904

Black with #CFF904

Text Example


Text Example

White with #CFF904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF904; }

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

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

background-color css

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

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

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

border-color css

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

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

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