Html Css Color HEX #C8F916 Electric Lime

📋 copy color: '#C8F916'

red 200 ◦ green 249 ◦ blue 22

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

Shades of Electric Lime #C8F916

Tints of Electric Lime #C8F916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.87%

 BLUE value IS 22 (8.98% from 255) = 4.67%

R = 42.46%
G = 52.87%
B = 4.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#C8F916 (or 0xC8F916) is known color: Electric Lime. HEX triplet: C8, F9 and 16. RGB value is (200,249,22). Sum of RGB (Red+Green+Blue) = 200+249+22=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F916 is #3706E9. Grayscale: #D1D1D1. Windows color (decimal): -3606250 or 1505736. OLE color: 1505736.

HSL color Cylindrical-coordinate representation of color #C8F916: hue angle of 72.95º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8F916 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 249 22 -
CMYK 0.20 0 0.91 0.02
HSL 72.95º 0.95% 0.53% -
HSV(B) 72.95º 0.91% 0.98% -
XYZ 57.84 80.09 13.17 -
YUV 208.47 22.77 121.96 -
System Red Green Blue C M Y K H S L
Decimal 200 249 22 0.20 0 0.91 0.02 72.95 0.95 0.53
Hex C8 F9 16 14 0 5B 2 49 5F 35
Octal 310 371 26 24 0 133 2 111 137 65
Binary 11001000 11111001 10110 10100 0 1011011 10 1001001 1011111 110101

Color Harmonies of #C8F916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F916

Black with #C8F916

Text Example


Text Example

White with #C8F916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F916; }

 p { color: rgb(200,249,22); }

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

background-color css

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

 a { background-color: rgb(200,249,22); }

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

border-color css

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

 span { border-color: rgb(200,249,22); }

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