Html Css Color HEX #CFEB01 Electric Lime

📋 copy color: '#CFEB01'

red 207 ◦ green 235 ◦ blue 1

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

Shades of Electric Lime #CFEB01

Tints of Electric Lime #CFEB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.05%

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

R = 46.73%
G = 53.05%
B = 0.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#CFEB01 (or 0xCFEB01) is known color: Electric Lime. HEX triplet: CF, EB and 01. RGB value is (207,235,1). Sum of RGB (Red+Green+Blue) = 207+235+1=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB01 is #3014FE. Grayscale: #C8C8C8. Windows color (decimal): -3151103 or 125903. OLE color: 125903.

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

Color convert

RGB 207 235 1 -
CMYK 0.12 0 1.00 0.08
HSL 67.18º 0.99% 0.46% -
HSV(B) 67.18º 1% 0.92% -
XYZ 55.45 72.68 11.14 -
YUV 199.95 15.72 133.03 -
System Red Green Blue C M Y K H S L
Decimal 207 235 1 0.12 0 1.00 0.08 67.18 0.99 0.46
Hex CF EB 1 C 0 64 8 43 63 2E
Octal 317 353 1 14 0 144 10 103 143 56
Binary 11001111 11101011 1 1100 0 1100100 1000 1000011 1100011 101110

Color Harmonies of #CFEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB01

Black with #CFEB01

Text Example


Text Example

White with #CFEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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