Html Css Color HEX #C2FA1A Electric Lime

📋 copy color: '#C2FA1A'

red 194 ◦ green 250 ◦ blue 26

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

Shades of Electric Lime #C2FA1A

Tints of Electric Lime #C2FA1A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.19%

 BLUE value IS 26 (10.55% from 255) = 5.53%

R = 41.28%
G = 53.19%
B = 5.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#C2FA1A (or 0xC2FA1A) is known color: Electric Lime. HEX triplet: C2, FA and 1A. RGB value is (194,250,26). Sum of RGB (Red+Green+Blue) = 194+250+26=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FA1A is #3D05E5. Grayscale: #D0D0D0. Windows color (decimal): -3999206 or 1768130. OLE color: 1768130.

HSL color Cylindrical-coordinate representation of color #C2FA1A: hue angle of 75º degrees, saturation: 0.96, 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 #C2FA1A is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 26 -
CMYK 0.22 0 0.90 0.02
HSL 75º 0.96% 0.54% -
HSV(B) 75º 0.9% 0.98% -
XYZ 56.62 79.92 13.42 -
YUV 207.72 25.45 118.21 -
System Red Green Blue C M Y K H S L
Decimal 194 250 26 0.22 0 0.90 0.02 75 0.96 0.54
Hex C2 FA 1A 16 0 5A 2 4B 60 36
Octal 302 372 32 26 0 132 2 113 140 66
Binary 11000010 11111010 11010 10110 0 1011010 10 1001011 1100000 110110

Color Harmonies of #C2FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA1A

Black with #C2FA1A

Text Example


Text Example

White with #C2FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA1A; }

 p { color: rgb(194,250,26); }

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

background-color css

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

 a { background-color: rgb(194,250,26); }

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

border-color css

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

 span { border-color: rgb(194,250,26); }

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