Html Css Color HEX #CFFF03 Electric Lime

📋 copy color: '#CFFF03'

red 207 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #CFFF03

Tints of Electric Lime #CFFF03

RGB

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

 GREEN value IS 255 (100% from 255) = 54.84%

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

R = 44.52%
G = 54.84%
B = 0.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#CFFF03 (or 0xCFFF03) is known color: Electric Lime. HEX triplet: CF, FF and 03. RGB value is (207,255,3). Sum of RGB (Red+Green+Blue) = 207+255+3=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF03 is #3000FC. Grayscale: #D4D4D4. Windows color (decimal): -3145981 or 262095. OLE color: 262095.

HSL color Cylindrical-coordinate representation of color #CFFF03: hue angle of 71.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFF03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 3 -
CMYK 0.19 0 0.99 0
HSL 71.43º 1% 0.51% -
HSV(B) 71.43º 0.99% 1% -
XYZ 61.51 84.79 13.21 -
YUV 211.92 10.1 124.49 -
System Red Green Blue C M Y K H S L
Decimal 207 255 3 0.19 0 0.99 0 71.43 1 0.51
Hex CF FF 3 13 0 63 0 47 64 33
Octal 317 377 3 23 0 143 0 107 144 63
Binary 11001111 11111111 11 10011 0 1100011 0 1000111 1100100 110011

Color Harmonies of #CFFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF03

Black with #CFFF03

Text Example


Text Example

White with #CFFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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