Html Css Color HEX #C9F31A Electric Lime

📋 copy color: '#C9F31A'

red 201 ◦ green 243 ◦ blue 26

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

Shades of Electric Lime #C9F31A

Tints of Electric Lime #C9F31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.7%

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

R = 42.77%
G = 51.7%
B = 5.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#C9F31A (or 0xC9F31A) is known color: Electric Lime. HEX triplet: C9, F3 and 1A. RGB value is (201,243,26). Sum of RGB (Red+Green+Blue) = 201+243+26=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F31A is #360CE5. Grayscale: #CECECE. Windows color (decimal): -3542246 or 1766345. OLE color: 1766345.

HSL color Cylindrical-coordinate representation of color #C9F31A: hue angle of 71.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9F31A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 243 26 -
CMYK 0.17 0 0.89 0.05
HSL 71.61º 0.9% 0.53% -
HSV(B) 71.61º 0.89% 0.95% -
XYZ 56.32 76.59 12.79 -
YUV 205.7 26.59 124.64 -
System Red Green Blue C M Y K H S L
Decimal 201 243 26 0.17 0 0.89 0.05 71.61 0.9 0.53
Hex C9 F3 1A 11 0 59 5 48 5A 35
Octal 311 363 32 21 0 131 5 110 132 65
Binary 11001001 11110011 11010 10001 0 1011001 101 1001000 1011010 110101

Color Harmonies of #C9F31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F31A

Black with #C9F31A

Text Example


Text Example

White with #C9F31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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