Html Css Color HEX #C9FB1B Electric Lime

📋 copy color: '#C9FB1B'

red 201 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #C9FB1B

Tints of Electric Lime #C9FB1B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.4%

 BLUE value IS 27 (10.94% from 255) = 5.64%

R = 41.96%
G = 52.4%
B = 5.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#C9FB1B (or 0xC9FB1B) is known color: Electric Lime. HEX triplet: C9, FB and 1B. RGB value is (201,251,27). Sum of RGB (Red+Green+Blue) = 201+251+27=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB1B is #3604E4. Grayscale: #D3D3D3. Windows color (decimal): -3540197 or 1833929. OLE color: 1833929.

HSL color Cylindrical-coordinate representation of color #C9FB1B: hue angle of 73.39º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9FB1B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 251 27 -
CMYK 0.20 0 0.89 0.02
HSL 73.39º 0.97% 0.55% -
HSV(B) 73.39º 0.89% 0.98% -
XYZ 58.78 81.49 13.67 -
YUV 210.51 24.44 121.21 -
System Red Green Blue C M Y K H S L
Decimal 201 251 27 0.20 0 0.89 0.02 73.39 0.97 0.55
Hex C9 FB 1B 14 0 59 2 49 61 37
Octal 311 373 33 24 0 131 2 111 141 67
Binary 11001001 11111011 11011 10100 0 1011001 10 1001001 1100001 110111

Color Harmonies of #C9FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FB1B

Black with #C9FB1B

Text Example


Text Example

White with #C9FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FB1B; }

 p { color: rgb(201,251,27); }

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

background-color css

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

 a { background-color: rgb(201,251,27); }

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

border-color css

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

 span { border-color: rgb(201,251,27); }

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