Html Css Color HEX #CFEA01 Electric Lime

📋 copy color: '#CFEA01'

red 207 ◦ green 234 ◦ blue 1

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

Shades of Electric Lime #CFEA01

Tints of Electric Lime #CFEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.94%

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

R = 46.83%
G = 52.94%
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

#CFEA01 (or 0xCFEA01) is known color: Electric Lime. HEX triplet: CF, EA and 01. RGB value is (207,234,1). Sum of RGB (Red+Green+Blue) = 207+234+1=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA01 is #3015FE. Grayscale: #C8C8C8. Windows color (decimal): -3151359 or 125647. OLE color: 125647.

HSL color Cylindrical-coordinate representation of color #CFEA01: hue angle of 66.95º 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 #CFEA01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 1 -
CMYK 0.12 0 1.00 0.08
HSL 66.95º 0.99% 0.46% -
HSV(B) 66.95º 1% 0.92% -
XYZ 55.16 72.11 11.04 -
YUV 199.37 16.05 133.45 -
System Red Green Blue C M Y K H S L
Decimal 207 234 1 0.12 0 1.00 0.08 66.95 0.99 0.46
Hex CF EA 1 C 0 64 8 43 63 2E
Octal 317 352 1 14 0 144 10 103 143 56
Binary 11001111 11101010 1 1100 0 1100100 1000 1000011 1100011 101110

Color Harmonies of #CFEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA01

Black with #CFEA01

Text Example


Text Example

White with #CFEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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