Html Css Color HEX #C8FE1F Electric Lime

📋 copy color: '#C8FE1F'

red 200 ◦ green 254 ◦ blue 31

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

Shades of Electric Lime #C8FE1F

Tints of Electric Lime #C8FE1F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.37%

 BLUE value IS 31 (12.5% from 255) = 6.39%

R = 41.24%
G = 52.37%
B = 6.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#C8FE1F (or 0xC8FE1F) is known color: Electric Lime. HEX triplet: C8, FE and 1F. RGB value is (200,254,31). Sum of RGB (Red+Green+Blue) = 200+254+31=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FE1F is #3701E0. Grayscale: #D5D5D5. Windows color (decimal): -3604961 or 2096840. OLE color: 2096840.

HSL color Cylindrical-coordinate representation of color #C8FE1F: hue angle of 74.53º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8FE1F is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 254 31 -
CMYK 0.21 0 0.88 0.00
HSL 74.53º 0.99% 0.56% -
HSV(B) 74.53º 0.88% 1% -
XYZ 59.51 83.26 14.23 -
YUV 212.43 25.61 119.13 -
System Red Green Blue C M Y K H S L
Decimal 200 254 31 0.21 0 0.88 0.00 74.53 0.99 0.56
Hex C8 FE 1F 15 0 58 0 4B 63 38
Octal 310 376 37 25 0 130 0 113 143 70
Binary 11001000 11111110 11111 10101 0 1011000 0 1001011 1100011 111000

Color Harmonies of #C8FE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FE1F

Black with #C8FE1F

Text Example


Text Example

White with #C8FE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FE1F; }

 p { color: rgb(200,254,31); }

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

background-color css

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

 a { background-color: rgb(200,254,31); }

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

border-color css

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

 span { border-color: rgb(200,254,31); }

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