Html Css Color HEX #C2F700 Electric Lime

📋 copy color: '#C2F700'

red 194 ◦ green 247 ◦ blue 0

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

Shades of Electric Lime #C2F700

Tints of Electric Lime #C2F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.99%
G = 56.01%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#C2F700 (or 0xC2F700) is known color: Electric Lime. HEX triplet: C2, F7 and 00. RGB value is (194,247,0). Sum of RGB (Red+Green+Blue) = 194+247+0=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F700 is #3D08FF. Grayscale: #CBCBCB. Windows color (decimal): -4000000 or 63426. OLE color: 63426.

HSL color Cylindrical-coordinate representation of color #C2F700: hue angle of 72.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2F700 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 247 0 -
CMYK 0.21 0 1 0.03
HSL 72.87º 1% 0.48% -
HSV(B) 72.87º 1% 0.97% -
XYZ 55.51 77.99 12.13 -
YUV 203 13.44 121.58 -
System Red Green Blue C M Y K H S L
Decimal 194 247 0 0.21 0 1 0.03 72.87 1 0.48
Hex C2 F7 0 15 0 64 3 49 64 30
Octal 302 367 0 25 0 144 3 111 144 60
Binary 11000010 11110111 0 10101 0 1100100 11 1001001 1100100 110000

Color Harmonies of #C2F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F700

Black with #C2F700

Text Example


Text Example

White with #C2F700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F700; }

 p { color: rgb(194,247,0); }

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

background-color css

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

 a { background-color: rgb(194,247,0); }

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

border-color css

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

 span { border-color: rgb(194,247,0); }

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