Html Css Color HEX #CFED01 Electric Lime

📋 copy color: '#CFED01'

red 207 ◦ green 237 ◦ blue 1

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

Shades of Electric Lime #CFED01

Tints of Electric Lime #CFED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.26%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 46.52%
G = 53.26%
B = 0.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#CFED01 (or 0xCFED01) is known color: Electric Lime. HEX triplet: CF, ED and 01. RGB value is (207,237,1). Sum of RGB (Red+Green+Blue) = 207+237+1=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED01 is #3012FE. Grayscale: #CACACA. Windows color (decimal): -3150591 or 126415. OLE color: 126415.

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

Color convert

RGB 207 237 1 -
CMYK 0.13 0 1.00 0.07
HSL 67.63º 0.99% 0.47% -
HSV(B) 67.63º 1% 0.93% -
XYZ 56.02 73.84 11.33 -
YUV 201.13 15.06 132.19 -
System Red Green Blue C M Y K H S L
Decimal 207 237 1 0.13 0 1.00 0.07 67.63 0.99 0.47
Hex CF ED 1 D 0 64 7 44 63 2F
Octal 317 355 1 15 0 144 7 104 143 57
Binary 11001111 11101101 1 1101 0 1100100 111 1000100 1100011 101111

Color Harmonies of #CFED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED01

Black with #CFED01

Text Example


Text Example

White with #CFED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED01; }

 p { color: rgb(207,237,1); }

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

background-color css

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

 a { background-color: rgb(207,237,1); }

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

border-color css

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

 span { border-color: rgb(207,237,1); }

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