Html Css Color HEX #C2FF05 Electric Lime

📋 copy color: '#C2FF05'

red 194 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #C2FF05

Tints of Electric Lime #C2FF05

RGB

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

 GREEN value IS 255 (100% from 255) = 56.17%

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 42.73%
G = 56.17%
B = 1.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#C2FF05 (or 0xC2FF05) is known color: Electric Lime. HEX triplet: C2, FF and 05. RGB value is (194,255,5). Sum of RGB (Red+Green+Blue) = 194+255+5=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FF05 is #3D00FA. Grayscale: #D1D1D1. Windows color (decimal): -3997947 or 393154. OLE color: 393154.

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

Color convert

RGB 194 255 5 -
CMYK 0.24 0 0.98 0
HSL 74.64º 1% 0.51% -
HSV(B) 74.64º 0.98% 1% -
XYZ 58.04 83 13.11 -
YUV 208.26 13.29 117.83 -
System Red Green Blue C M Y K H S L
Decimal 194 255 5 0.24 0 0.98 0 74.64 1 0.51
Hex C2 FF 5 18 0 62 0 4B 64 33
Octal 302 377 5 30 0 142 0 113 144 63
Binary 11000010 11111111 101 11000 0 1100010 0 1001011 1100100 110011

Color Harmonies of #C2FF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF05

Black with #C2FF05

Text Example


Text Example

White with #C2FF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF05; }

 p { color: rgb(194,255,5); }

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

background-color css

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

 a { background-color: rgb(194,255,5); }

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

border-color css

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

 span { border-color: rgb(194,255,5); }

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