Html Css Color HEX #C8F602 Electric Lime

📋 copy color: '#C8F602'

red 200 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #C8F602

Tints of Electric Lime #C8F602

RGB

 RED value IS 200 (78.52% from 255) = 44.64%

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

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

R = 44.64%
G = 54.91%
B = 0.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#C8F602 (or 0xC8F602) is known color: Electric Lime. HEX triplet: C8, F6 and 02. RGB value is (200,246,2). Sum of RGB (Red+Green+Blue) = 200+246+2=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F602 is #3709FD. Grayscale: #CDCDCD. Windows color (decimal): -3607038 or 194248. OLE color: 194248.

HSL color Cylindrical-coordinate representation of color #C8F602: hue angle of 71.31º 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 #C8F602 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 246 2 -
CMYK 0.19 0 0.99 0.04
HSL 71.31º 0.98% 0.49% -
HSV(B) 71.31º 0.99% 0.96% -
XYZ 56.79 78.2 12.16 -
YUV 204.43 13.76 124.84 -
System Red Green Blue C M Y K H S L
Decimal 200 246 2 0.19 0 0.99 0.04 71.31 0.98 0.49
Hex C8 F6 2 13 0 63 4 47 62 31
Octal 310 366 2 23 0 143 4 107 142 61
Binary 11001000 11110110 10 10011 0 1100011 100 1000111 1100010 110001

Color Harmonies of #C8F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F602

Black with #C8F602

Text Example


Text Example

White with #C8F602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F602; }

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

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

background-color css

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

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

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

border-color css

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

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

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