Html Css Color HEX #C9E104 Electric Lime

📋 copy color: '#C9E104'

red 201 ◦ green 225 ◦ blue 4

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

Shades of Electric Lime #C9E104

Tints of Electric Lime #C9E104

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.33%

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 46.74%
G = 52.33%
B = 0.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#C9E104 (or 0xC9E104) is known color: Electric Lime. HEX triplet: C9, E1 and 04. RGB value is (201,225,4). Sum of RGB (Red+Green+Blue) = 201+225+4=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9E104 is #361EFB. Grayscale: #C1C1C1. Windows color (decimal): -3546876 or 319945. OLE color: 319945.

HSL color Cylindrical-coordinate representation of color #C9E104: hue angle of 66.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9E104 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 225 4 -
CMYK 0.11 0 0.98 0.12
HSL 66.52º 0.97% 0.45% -
HSV(B) 66.52º 0.98% 0.88% -
XYZ 51.03 66.28 10.22 -
YUV 192.63 21.55 133.97 -
System Red Green Blue C M Y K H S L
Decimal 201 225 4 0.11 0 0.98 0.12 66.52 0.97 0.45
Hex C9 E1 4 B 0 62 C 43 61 2D
Octal 311 341 4 13 0 142 14 103 141 55
Binary 11001001 11100001 100 1011 0 1100010 1100 1000011 1100001 101101

Color Harmonies of #C9E104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E104

Black with #C9E104

Text Example


Text Example

White with #C9E104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E104; }

 p { color: rgb(201,225,4); }

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

background-color css

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

 a { background-color: rgb(201,225,4); }

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

border-color css

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

 span { border-color: rgb(201,225,4); }

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