Html Css Color HEX #C2FB19 Electric Lime

📋 copy color: '#C2FB19'

red 194 ◦ green 251 ◦ blue 25

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

Shades of Electric Lime #C2FB19

Tints of Electric Lime #C2FB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.32%

R = 41.28%
G = 53.4%
B = 5.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#C2FB19 (or 0xC2FB19) is known color: Electric Lime. HEX triplet: C2, FB and 19. RGB value is (194,251,25). Sum of RGB (Red+Green+Blue) = 194+251+25=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB19 is #3D04E6. Grayscale: #D1D1D1. Windows color (decimal): -3998951 or 1702850. OLE color: 1702850.

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

Color convert

RGB 194 251 25 -
CMYK 0.23 0 0.90 0.02
HSL 75.13º 0.97% 0.54% -
HSV(B) 75.13º 0.9% 0.98% -
XYZ 56.92 80.53 13.46 -
YUV 208.19 24.62 117.88 -
System Red Green Blue C M Y K H S L
Decimal 194 251 25 0.23 0 0.90 0.02 75.13 0.97 0.54
Hex C2 FB 19 17 0 5A 2 4B 61 36
Octal 302 373 31 27 0 132 2 113 141 66
Binary 11000010 11111011 11001 10111 0 1011010 10 1001011 1100001 110110

Color Harmonies of #C2FB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FB19

Black with #C2FB19

Text Example


Text Example

White with #C2FB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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