Html Css Color HEX #C2F602 Electric Lime

📋 copy color: '#C2F602'

red 194 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #C2F602

Tints of Electric Lime #C2F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.66%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 43.89%
G = 55.66%
B = 0.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#C2F602 (or 0xC2F602) is known color: Electric Lime. HEX triplet: C2, F6 and 02. RGB value is (194,246,2). Sum of RGB (Red+Green+Blue) = 194+246+2=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F602 is #3D09FD. Grayscale: #CBCBCB. Windows color (decimal): -4000254 or 194242. OLE color: 194242.

HSL color Cylindrical-coordinate representation of color #C2F602: hue angle of 72.79º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2F602 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 246 2 -
CMYK 0.21 0 0.99 0.04
HSL 72.79º 0.98% 0.49% -
HSV(B) 72.79º 0.99% 0.96% -
XYZ 55.21 77.39 12.08 -
YUV 202.64 14.77 121.84 -
System Red Green Blue C M Y K H S L
Decimal 194 246 2 0.21 0 0.99 0.04 72.79 0.98 0.49
Hex C2 F6 2 15 0 63 4 49 62 31
Octal 302 366 2 25 0 143 4 111 142 61
Binary 11000010 11110110 10 10101 0 1100011 100 1001001 1100010 110001

Color Harmonies of #C2F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F602

Black with #C2F602

Text Example


Text Example

White with #C2F602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F602; }

 p { color: rgb(194,246,2); }

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

background-color css

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

 a { background-color: rgb(194,246,2); }

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

border-color css

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

 span { border-color: rgb(194,246,2); }

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