Html Css Color HEX #CFE000 Electric Lime

📋 copy color: '#CFE000'

red 207 ◦ green 224 ◦ blue 0

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

Shades of Electric Lime #CFE000

Tints of Electric Lime #CFE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

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

R = 48.03%
G = 51.97%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#CFE000 (or 0xCFE000) is known color: Electric Lime. HEX triplet: CF, E0 and 00. RGB value is (207,224,0). Sum of RGB (Red+Green+Blue) = 207+224+0=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE000 is #301FFF. Grayscale: #C2C2C2. Windows color (decimal): -3153920 or 57551. OLE color: 57551.

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

Color convert

RGB 207 224 0 -
CMYK 0.08 0 1 0.12
HSL 64.55º 1% 0.44% -
HSV(B) 64.55º 1% 0.88% -
XYZ 52.39 66.58 10.09 -
YUV 193.38 18.87 137.71 -
System Red Green Blue C M Y K H S L
Decimal 207 224 0 0.08 0 1 0.12 64.55 1 0.44
Hex CF E0 0 8 0 64 C 41 64 2C
Octal 317 340 0 10 0 144 14 101 144 54
Binary 11001111 11100000 0 1000 0 1100100 1100 1000001 1100100 101100

Color Harmonies of #CFE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE000

Black with #CFE000

Text Example


Text Example

White with #CFE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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