Html Css Color HEX #CFE101 Electric Lime

📋 copy color: '#CFE101'

red 207 ◦ green 225 ◦ blue 1

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

Shades of Electric Lime #CFE101

Tints of Electric Lime #CFE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

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

R = 47.81%
G = 51.96%
B = 0.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#CFE101 (or 0xCFE101) is known color: Electric Lime. HEX triplet: CF, E1 and 01. RGB value is (207,225,1). Sum of RGB (Red+Green+Blue) = 207+225+1=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE101 is #301EFE. Grayscale: #C2C2C2. Windows color (decimal): -3153663 or 123343. OLE color: 123343.

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

Color convert

RGB 207 225 1 -
CMYK 0.08 0 1.00 0.12
HSL 64.82º 0.99% 0.44% -
HSV(B) 64.82º 1% 0.88% -
XYZ 52.66 67.12 10.21 -
YUV 194.08 19.04 137.21 -
System Red Green Blue C M Y K H S L
Decimal 207 225 1 0.08 0 1.00 0.12 64.82 0.99 0.44
Hex CF E1 1 8 0 64 C 41 63 2C
Octal 317 341 1 10 0 144 14 101 143 54
Binary 11001111 11100001 1 1000 0 1100100 1100 1000001 1100011 101100

Color Harmonies of #CFE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE101

Black with #CFE101

Text Example


Text Example

White with #CFE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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