Html Css Color HEX #C9FF0D Electric Lime

📋 copy color: '#C9FF0D'

red 201 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #C9FF0D

Tints of Electric Lime #C9FF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 54.37%

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 42.86%
G = 54.37%
B = 2.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#C9FF0D (or 0xC9FF0D) is known color: Electric Lime. HEX triplet: C9, FF and 0D. RGB value is (201,255,13). Sum of RGB (Red+Green+Blue) = 201+255+13=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF0D is #3600F2. Grayscale: #D4D4D4. Windows color (decimal): -3539187 or 917449. OLE color: 917449.

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

Color convert

RGB 201 255 13 -
CMYK 0.21 0 0.95 0
HSL 73.39º 1% 0.53% -
HSV(B) 73.39º 0.95% 1% -
XYZ 59.92 83.97 13.43 -
YUV 211.27 16.11 120.68 -
System Red Green Blue C M Y K H S L
Decimal 201 255 13 0.21 0 0.95 0 73.39 1 0.53
Hex C9 FF D 15 0 5F 0 49 64 35
Octal 311 377 15 25 0 137 0 111 144 65
Binary 11001001 11111111 1101 10101 0 1011111 0 1001001 1100100 110101

Color Harmonies of #C9FF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF0D

Black with #C9FF0D

Text Example


Text Example

White with #C9FF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF0D; }

 p { color: rgb(201,255,13); }

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

background-color css

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

 a { background-color: rgb(201,255,13); }

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

border-color css

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

 span { border-color: rgb(201,255,13); }

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