Html Css Color HEX #C2FB1B Electric Lime

📋 copy color: '#C2FB1B'

red 194 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #C2FB1B

Tints of Electric Lime #C2FB1B

RGB

 RED value IS 194 (76.17% from 255) = 41.1%

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

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

R = 41.1%
G = 53.18%
B = 5.72%

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

#C2FB1B (or 0xC2FB1B) is known color: Electric Lime. HEX triplet: C2, FB and 1B. RGB value is (194,251,27). Sum of RGB (Red+Green+Blue) = 194+251+27=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FB1B is #3D04E4. Grayscale: #D1D1D1. Windows color (decimal): -3998949 or 1833922. OLE color: 1833922.

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

Color convert

RGB 194 251 27 -
CMYK 0.23 0 0.89 0.02
HSL 75.27º 0.97% 0.55% -
HSV(B) 75.27º 0.89% 0.98% -
XYZ 56.94 80.54 13.58 -
YUV 208.42 25.62 117.71 -
System Red Green Blue C M Y K H S L
Decimal 194 251 27 0.23 0 0.89 0.02 75.27 0.97 0.55
Hex C2 FB 1B 17 0 59 2 4B 61 37
Octal 302 373 33 27 0 131 2 113 141 67
Binary 11000010 11111011 11011 10111 0 1011001 10 1001011 1100001 110111

Color Harmonies of #C2FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FB1B

Black with #C2FB1B

Text Example


Text Example

White with #C2FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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