Html Css Color HEX #C9FC1A Electric Lime

📋 copy color: '#C9FC1A'

red 201 ◦ green 252 ◦ blue 26

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

Shades of Electric Lime #C9FC1A

Tints of Electric Lime #C9FC1A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.61%

 BLUE value IS 26 (10.55% from 255) = 5.43%

R = 41.96%
G = 52.61%
B = 5.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#C9FC1A (or 0xC9FC1A) is known color: Electric Lime. HEX triplet: C9, FC and 1A. RGB value is (201,252,26). Sum of RGB (Red+Green+Blue) = 201+252+26=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC1A is #3603E5. Grayscale: #D3D3D3. Windows color (decimal): -3539942 or 1768649. OLE color: 1768649.

HSL color Cylindrical-coordinate representation of color #C9FC1A: hue angle of 73.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9FC1A is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 252 26 -
CMYK 0.20 0 0.90 0.01
HSL 73.54º 0.97% 0.55% -
HSV(B) 73.54º 0.9% 0.99% -
XYZ 59.08 82.11 13.71 -
YUV 210.99 23.6 120.88 -
System Red Green Blue C M Y K H S L
Decimal 201 252 26 0.20 0 0.90 0.01 73.54 0.97 0.55
Hex C9 FC 1A 14 0 5A 1 4A 61 37
Octal 311 374 32 24 0 132 1 112 141 67
Binary 11001001 11111100 11010 10100 0 1011010 1 1001010 1100001 110111

Color Harmonies of #C9FC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC1A

Black with #C9FC1A

Text Example


Text Example

White with #C9FC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC1A; }

 p { color: rgb(201,252,26); }

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

background-color css

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

 a { background-color: rgb(201,252,26); }

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

border-color css

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

 span { border-color: rgb(201,252,26); }

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