Html Css Color HEX #C9F003 Electric Lime

📋 copy color: '#C9F003'

red 201 ◦ green 240 ◦ blue 3

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

Shades of Electric Lime #C9F003

Tints of Electric Lime #C9F003

RGB

 RED value IS 201 (78.91% from 255) = 45.27%

 GREEN value IS 240 (94.14% from 255) = 54.05%

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

R = 45.27%
G = 54.05%
B = 0.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#C9F003 (or 0xC9F003) is known color: Electric Lime. HEX triplet: C9, F0 and 03. RGB value is (201,240,3). Sum of RGB (Red+Green+Blue) = 201+240+3=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F003 is #360FFC. Grayscale: #CACACA. Windows color (decimal): -3543037 or 258249. OLE color: 258249.

HSL color Cylindrical-coordinate representation of color #C9F003: hue angle of 69.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9F003 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 240 3 -
CMYK 0.16 0 0.99 0.06
HSL 69.87º 0.98% 0.48% -
HSV(B) 69.87º 0.99% 0.94% -
XYZ 55.26 74.74 11.6 -
YUV 201.32 16.08 127.77 -
System Red Green Blue C M Y K H S L
Decimal 201 240 3 0.16 0 0.99 0.06 69.87 0.98 0.48
Hex C9 F0 3 10 0 63 6 46 62 30
Octal 311 360 3 20 0 143 6 106 142 60
Binary 11001001 11110000 11 10000 0 1100011 110 1000110 1100010 110000

Color Harmonies of #C9F003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F003

Black with #C9F003

Text Example


Text Example

White with #C9F003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F003; }

 p { color: rgb(201,240,3); }

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

background-color css

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

 a { background-color: rgb(201,240,3); }

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

border-color css

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

 span { border-color: rgb(201,240,3); }

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