Html Css Color HEX #C9FE0F Electric Lime

📋 copy color: '#C9FE0F'

red 201 ◦ green 254 ◦ blue 15

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

Shades of Electric Lime #C9FE0F

Tints of Electric Lime #C9FE0F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.04%

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 42.77%
G = 54.04%
B = 3.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#C9FE0F (or 0xC9FE0F) is known color: Electric Lime. HEX triplet: C9, FE and 0F. RGB value is (201,254,15). Sum of RGB (Red+Green+Blue) = 201+254+15=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FE0F is #3601F0. Grayscale: #D3D3D3. Windows color (decimal): -3539441 or 1048265. OLE color: 1048265.

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

Color convert

RGB 201 254 15 -
CMYK 0.21 0 0.94 0.00
HSL 73.31º 0.99% 0.53% -
HSV(B) 73.31º 0.94% 1% -
XYZ 59.62 83.34 13.4 -
YUV 210.91 17.44 120.93 -
System Red Green Blue C M Y K H S L
Decimal 201 254 15 0.21 0 0.94 0.00 73.31 0.99 0.53
Hex C9 FE F 15 0 5E 0 49 63 35
Octal 311 376 17 25 0 136 0 111 143 65
Binary 11001001 11111110 1111 10101 0 1011110 0 1001001 1100011 110101

Color Harmonies of #C9FE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FE0F

Black with #C9FE0F

Text Example


Text Example

White with #C9FE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FE0F; }

 p { color: rgb(201,254,15); }

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

background-color css

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

 a { background-color: rgb(201,254,15); }

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

border-color css

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

 span { border-color: rgb(201,254,15); }

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