Html Css Color HEX #CFFF00 Electric Lime

📋 copy color: '#CFFF00'

red 207 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #CFFF00

Tints of Electric Lime #CFFF00

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

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

R = 44.81%
G = 55.19%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#CFFF00 (or 0xCFFF00) is known color: Electric Lime. HEX triplet: CF, FF and 00. RGB value is (207,255,0). Sum of RGB (Red+Green+Blue) = 207+255+0=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF00 is #3000FF. Grayscale: #D4D4D4. Windows color (decimal): -3145984 or 65487. OLE color: 65487.

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

Color convert

RGB 207 255 0 -
CMYK 0.19 0 1 0
HSL 71.29º 1% 0.5% -
HSV(B) 71.29º 1% 1% -
XYZ 61.49 84.79 13.12 -
YUV 211.58 8.6 124.73 -
System Red Green Blue C M Y K H S L
Decimal 207 255 0 0.19 0 1 0 71.29 1 0.5
Hex CF FF 0 13 0 64 0 47 64 32
Octal 317 377 0 23 0 144 0 107 144 62
Binary 11001111 11111111 0 10011 0 1100100 0 1000111 1100100 110010

Color Harmonies of #CFFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF00

Black with #CFFF00

Text Example


Text Example

White with #CFFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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