Html Css Color HEX #C9FD1F Electric Lime

📋 copy color: '#C9FD1F'

red 201 ◦ green 253 ◦ blue 31

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

Shades of Electric Lime #C9FD1F

Tints of Electric Lime #C9FD1F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

 BLUE value IS 31 (12.5% from 255) = 6.39%

R = 41.44%
G = 52.16%
B = 6.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#C9FD1F (or 0xC9FD1F) is known color: Electric Lime. HEX triplet: C9, FD and 1F. RGB value is (201,253,31). Sum of RGB (Red+Green+Blue) = 201+253+31=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FD1F is #3602E0. Grayscale: #D4D4D4. Windows color (decimal): -3539681 or 2096585. OLE color: 2096585.

HSL color Cylindrical-coordinate representation of color #C9FD1F: hue angle of 74.05º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9FD1F is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 253 31 -
CMYK 0.21 0 0.88 0.01
HSL 74.05º 0.98% 0.56% -
HSV(B) 74.05º 0.88% 0.99% -
XYZ 59.46 82.77 14.14 -
YUV 212.14 25.77 120.05 -
System Red Green Blue C M Y K H S L
Decimal 201 253 31 0.21 0 0.88 0.01 74.05 0.98 0.56
Hex C9 FD 1F 15 0 58 1 4A 62 38
Octal 311 375 37 25 0 130 1 112 142 70
Binary 11001001 11111101 11111 10101 0 1011000 1 1001010 1100010 111000

Color Harmonies of #C9FD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FD1F

Black with #C9FD1F

Text Example


Text Example

White with #C9FD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FD1F; }

 p { color: rgb(201,253,31); }

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

background-color css

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

 a { background-color: rgb(201,253,31); }

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

border-color css

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

 span { border-color: rgb(201,253,31); }

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