Html Css Color HEX #CFE201 Electric Lime

📋 copy color: '#CFE201'

red 207 ◦ green 226 ◦ blue 1

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

Shades of Electric Lime #CFE201

Tints of Electric Lime #CFE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.07%

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

R = 47.7%
G = 52.07%
B = 0.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#CFE201 (or 0xCFE201) is known color: Electric Lime. HEX triplet: CF, E2 and 01. RGB value is (207,226,1). Sum of RGB (Red+Green+Blue) = 207+226+1=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE201 is #301DFE. Grayscale: #C3C3C3. Windows color (decimal): -3153407 or 123599. OLE color: 123599.

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

Color convert

RGB 207 226 1 -
CMYK 0.08 0 1.00 0.11
HSL 65.07º 0.99% 0.45% -
HSV(B) 65.07º 1% 0.89% -
XYZ 52.93 67.66 10.3 -
YUV 194.67 18.71 136.8 -
System Red Green Blue C M Y K H S L
Decimal 207 226 1 0.08 0 1.00 0.11 65.07 0.99 0.45
Hex CF E2 1 8 0 64 B 41 63 2D
Octal 317 342 1 10 0 144 13 101 143 55
Binary 11001111 11100010 1 1000 0 1100100 1011 1000001 1100011 101101

Color Harmonies of #CFE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE201

Black with #CFE201

Text Example


Text Example

White with #CFE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE201; }

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

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

background-color css

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

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

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

border-color css

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

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

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