Html Css Color HEX #C2FB11 Electric Lime

📋 copy color: '#C2FB11'

red 194 ◦ green 251 ◦ blue 17

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

Shades of Electric Lime #C2FB11

Tints of Electric Lime #C2FB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 41.99%
G = 54.33%
B = 3.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C2FB11 (or 0xC2FB11) is known color: Electric Lime. HEX triplet: C2, FB and 11. RGB value is (194,251,17). Sum of RGB (Red+Green+Blue) = 194+251+17=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB11 is #3D04EE. Grayscale: #D0D0D0. Windows color (decimal): -3998959 or 1178562. OLE color: 1178562.

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

Color convert

RGB 194 251 17 -
CMYK 0.23 0 0.93 0.02
HSL 74.62º 0.97% 0.53% -
HSV(B) 74.62º 0.93% 0.98% -
XYZ 56.85 80.5 13.07 -
YUV 207.28 20.62 118.53 -
System Red Green Blue C M Y K H S L
Decimal 194 251 17 0.23 0 0.93 0.02 74.62 0.97 0.53
Hex C2 FB 11 17 0 5D 2 4B 61 35
Octal 302 373 21 27 0 135 2 113 141 65
Binary 11000010 11111011 10001 10111 0 1011101 10 1001011 1100001 110101

Color Harmonies of #C2FB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FB11

Black with #C2FB11

Text Example


Text Example

White with #C2FB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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