Html Css Color HEX #CFDF00 Electric Lime

📋 copy color: '#CFDF00'

red 207 ◦ green 223 ◦ blue 0

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

Shades of Electric Lime #CFDF00

Tints of Electric Lime #CFDF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.86%

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

R = 48.14%
G = 51.86%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#CFDF00 (or 0xCFDF00) is known color: Electric Lime. HEX triplet: CF, DF and 00. RGB value is (207,223,0). Sum of RGB (Red+Green+Blue) = 207+223+0=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF00 is #3020FF. Grayscale: #C1C1C1. Windows color (decimal): -3154176 or 57295. OLE color: 57295.

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

Color convert

RGB 207 223 0 -
CMYK 0.07 0 1 0.13
HSL 64.3º 1% 0.44% -
HSV(B) 64.3º 1% 0.87% -
XYZ 52.12 66.04 10 -
YUV 192.79 19.2 138.13 -
System Red Green Blue C M Y K H S L
Decimal 207 223 0 0.07 0 1 0.13 64.3 1 0.44
Hex CF DF 0 7 0 64 D 40 64 2C
Octal 317 337 0 7 0 144 15 100 144 54
Binary 11001111 11011111 0 111 0 1100100 1101 1000000 1100100 101100

Color Harmonies of #CFDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF00

Black with #CFDF00

Text Example


Text Example

White with #CFDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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