Html Css Color HEX #C1FB1B Electric Lime

📋 copy color: '#C1FB1B'

red 193 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #C1FB1B

Tints of Electric Lime #C1FB1B

RGB

 RED value IS 193 (75.78% from 255) = 40.98%

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

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

R = 40.98%
G = 53.29%
B = 5.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#C1FB1B (or 0xC1FB1B) is known color: Electric Lime. HEX triplet: C1, FB and 1B. RGB value is (193,251,27). Sum of RGB (Red+Green+Blue) = 193+251+27=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FB1B is #3E04E4. Grayscale: #D0D0D0. Windows color (decimal): -4064485 or 1833921. OLE color: 1833921.

HSL color Cylindrical-coordinate representation of color #C1FB1B: hue angle of 75.54º 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 #C1FB1B is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 251 27 -
CMYK 0.23 0 0.89 0.02
HSL 75.54º 0.97% 0.55% -
HSV(B) 75.54º 0.89% 0.98% -
XYZ 56.69 80.41 13.57 -
YUV 208.12 25.78 117.21 -
System Red Green Blue C M Y K H S L
Decimal 193 251 27 0.23 0 0.89 0.02 75.54 0.97 0.55
Hex C1 FB 1B 17 0 59 2 4C 61 37
Octal 301 373 33 27 0 131 2 114 141 67
Binary 11000001 11111011 11011 10111 0 1011001 10 1001100 1100001 110111

Color Harmonies of #C1FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FB1B

Black with #C1FB1B

Text Example


Text Example

White with #C1FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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