Html Css Color HEX #CFF800 Electric Lime

📋 copy color: '#CFF800'

red 207 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #CFF800

Tints of Electric Lime #CFF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.51%

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

R = 45.49%
G = 54.51%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#CFF800 (or 0xCFF800) is known color: Electric Lime. HEX triplet: CF, F8 and 00. RGB value is (207,248,0). Sum of RGB (Red+Green+Blue) = 207+248+0=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF800 is #3007FF. Grayscale: #D0D0D0. Windows color (decimal): -3147776 or 63695. OLE color: 63695.

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

Color convert

RGB 207 248 0 -
CMYK 0.17 0 1 0.03
HSL 69.92º 1% 0.49% -
HSV(B) 69.92º 1% 0.97% -
XYZ 59.3 80.4 12.39 -
YUV 207.47 10.92 127.67 -
System Red Green Blue C M Y K H S L
Decimal 207 248 0 0.17 0 1 0.03 69.92 1 0.49
Hex CF F8 0 11 0 64 3 46 64 31
Octal 317 370 0 21 0 144 3 106 144 61
Binary 11001111 11111000 0 10001 0 1100100 11 1000110 1100100 110001

Color Harmonies of #CFF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF800

Black with #CFF800

Text Example


Text Example

White with #CFF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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