Html Css Color HEX #CFF900 Electric Lime

📋 copy color: '#CFF900'

red 207 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #CFF900

Tints of Electric Lime #CFF900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.39%
G = 54.61%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#CFF900 (or 0xCFF900) is known color: Electric Lime. HEX triplet: CF, F9 and 00. RGB value is (207,249,0). Sum of RGB (Red+Green+Blue) = 207+249+0=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF900 is #3006FF. Grayscale: #D1D1D1. Windows color (decimal): -3147520 or 63951. OLE color: 63951.

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

Color convert

RGB 207 249 0 -
CMYK 0.17 0 1 0.02
HSL 70.12º 1% 0.49% -
HSV(B) 70.12º 1% 0.98% -
XYZ 59.61 81.02 12.5 -
YUV 208.06 10.59 127.25 -
System Red Green Blue C M Y K H S L
Decimal 207 249 0 0.17 0 1 0.02 70.12 1 0.49
Hex CF F9 0 11 0 64 2 46 64 31
Octal 317 371 0 21 0 144 2 106 144 61
Binary 11001111 11111001 0 10001 0 1100100 10 1000110 1100100 110001

Color Harmonies of #CFF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF900

Black with #CFF900

Text Example


Text Example

White with #CFF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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