Html Css Color HEX #C2FA0B Electric Lime

📋 copy color: '#C2FA0B'

red 194 ◦ green 250 ◦ blue 11

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

Shades of Electric Lime #C2FA0B

Tints of Electric Lime #C2FA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 42.64%
G = 54.95%
B = 2.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#C2FA0B (or 0xC2FA0B) is known color: Electric Lime. HEX triplet: C2, FA and 0B. RGB value is (194,250,11). Sum of RGB (Red+Green+Blue) = 194+250+11=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA0B is #3D05F4. Grayscale: #CECECE. Windows color (decimal): -3999221 or 785090. OLE color: 785090.

HSL color Cylindrical-coordinate representation of color #C2FA0B: hue angle of 74.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2FA0B is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 11 -
CMYK 0.22 0 0.96 0.02
HSL 74.06º 0.96% 0.51% -
HSV(B) 74.06º 0.96% 0.98% -
XYZ 56.49 79.86 12.75 -
YUV 206.01 17.95 119.43 -
System Red Green Blue C M Y K H S L
Decimal 194 250 11 0.22 0 0.96 0.02 74.06 0.96 0.51
Hex C2 FA B 16 0 60 2 4A 60 33
Octal 302 372 13 26 0 140 2 112 140 63
Binary 11000010 11111010 1011 10110 0 1100000 10 1001010 1100000 110011

Color Harmonies of #C2FA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA0B

Black with #C2FA0B

Text Example


Text Example

White with #C2FA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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