Html Css Color HEX #C9F302 Electric Lime

📋 copy color: '#C9F302'

red 201 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #C9F302

Tints of Electric Lime #C9F302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 45.07%
G = 54.48%
B = 0.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#C9F302 (or 0xC9F302) is known color: Electric Lime. HEX triplet: C9, F3 and 02. RGB value is (201,243,2). Sum of RGB (Red+Green+Blue) = 201+243+2=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F302 is #360CFD. Grayscale: #CBCBCB. Windows color (decimal): -3542270 or 193481. OLE color: 193481.

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

Color convert

RGB 201 243 2 -
CMYK 0.17 0 0.99 0.05
HSL 70.46º 0.98% 0.48% -
HSV(B) 70.46º 0.99% 0.95% -
XYZ 56.15 76.52 11.87 -
YUV 202.97 14.59 126.6 -
System Red Green Blue C M Y K H S L
Decimal 201 243 2 0.17 0 0.99 0.05 70.46 0.98 0.48
Hex C9 F3 2 11 0 63 5 46 62 30
Octal 311 363 2 21 0 143 5 106 142 60
Binary 11001001 11110011 10 10001 0 1100011 101 1000110 1100010 110000

Color Harmonies of #C9F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F302

Black with #C9F302

Text Example


Text Example

White with #C9F302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F302; }

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

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

background-color css

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

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

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

border-color css

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

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

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