Html Css Color HEX #CFFA03 Electric Lime

📋 copy color: '#CFFA03'

red 207 ◦ green 250 ◦ blue 3

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

Shades of Electric Lime #CFFA03

Tints of Electric Lime #CFFA03

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.35%

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 45%
G = 54.35%
B = 0.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CFFA03 (or 0xCFFA03) is known color: Electric Lime. HEX triplet: CF, FA and 03. RGB value is (207,250,3). Sum of RGB (Red+Green+Blue) = 207+250+3=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA03 is #3005FC. Grayscale: #D1D1D1. Windows color (decimal): -3147261 or 260815. OLE color: 260815.

HSL color Cylindrical-coordinate representation of color #CFFA03: hue angle of 70.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFA03 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 3 -
CMYK 0.17 0 0.99 0.02
HSL 70.45º 0.98% 0.5% -
HSV(B) 70.45º 0.99% 0.98% -
XYZ 59.93 81.64 12.69 -
YUV 208.99 11.75 126.58 -
System Red Green Blue C M Y K H S L
Decimal 207 250 3 0.17 0 0.99 0.02 70.45 0.98 0.5
Hex CF FA 3 11 0 63 2 46 62 32
Octal 317 372 3 21 0 143 2 106 142 62
Binary 11001111 11111010 11 10001 0 1100011 10 1000110 1100010 110010

Color Harmonies of #CFFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA03

Black with #CFFA03

Text Example


Text Example

White with #CFFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA03; }

 p { color: rgb(207,250,3); }

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

background-color css

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

 a { background-color: rgb(207,250,3); }

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

border-color css

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

 span { border-color: rgb(207,250,3); }

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