Html Css Color HEX #CFEF01 Electric Lime

📋 copy color: '#CFEF01'

red 207 ◦ green 239 ◦ blue 1

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

Shades of Electric Lime #CFEF01

Tints of Electric Lime #CFEF01

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.47%

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

R = 46.31%
G = 53.47%
B = 0.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#CFEF01 (or 0xCFEF01) is known color: Electric Lime. HEX triplet: CF, EF and 01. RGB value is (207,239,1). Sum of RGB (Red+Green+Blue) = 207+239+1=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF01 is #3010FE. Grayscale: #CBCBCB. Windows color (decimal): -3150079 or 126927. OLE color: 126927.

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

Color convert

RGB 207 239 1 -
CMYK 0.13 0 1.00 0.06
HSL 68.07º 0.99% 0.47% -
HSV(B) 68.07º 1% 0.94% -
XYZ 56.6 75 11.52 -
YUV 202.3 14.4 131.35 -
System Red Green Blue C M Y K H S L
Decimal 207 239 1 0.13 0 1.00 0.06 68.07 0.99 0.47
Hex CF EF 1 D 0 64 6 44 63 2F
Octal 317 357 1 15 0 144 6 104 143 57
Binary 11001111 11101111 1 1101 0 1100100 110 1000100 1100011 101111

Color Harmonies of #CFEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF01

Black with #CFEF01

Text Example


Text Example

White with #CFEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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