Html Css Color HEX #C8F102 Electric Lime

📋 copy color: '#C8F102'

red 200 ◦ green 241 ◦ blue 2

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

Shades of Electric Lime #C8F102

Tints of Electric Lime #C8F102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.4%

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

R = 45.15%
G = 54.4%
B = 0.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#C8F102 (or 0xC8F102) is known color: Electric Lime. HEX triplet: C8, F1 and 02. RGB value is (200,241,2). Sum of RGB (Red+Green+Blue) = 200+241+2=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F102 is #370EFD. Grayscale: #CACACA. Windows color (decimal): -3608318 or 192968. OLE color: 192968.

HSL color Cylindrical-coordinate representation of color #C8F102: hue angle of 70.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8F102 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 241 2 -
CMYK 0.17 0 0.99 0.05
HSL 70.29º 0.98% 0.48% -
HSV(B) 70.29º 0.99% 0.95% -
XYZ 55.29 75.19 11.66 -
YUV 201.5 15.42 126.93 -
System Red Green Blue C M Y K H S L
Decimal 200 241 2 0.17 0 0.99 0.05 70.29 0.98 0.48
Hex C8 F1 2 11 0 63 5 46 62 30
Octal 310 361 2 21 0 143 5 106 142 60
Binary 11001000 11110001 10 10001 0 1100011 101 1000110 1100010 110000

Color Harmonies of #C8F102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F102

Black with #C8F102

Text Example


Text Example

White with #C8F102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F102; }

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

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

background-color css

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

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

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

border-color css

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

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

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