Html Css Color HEX #C8FE1E Electric Lime

📋 copy color: '#C8FE1E'

red 200 ◦ green 254 ◦ blue 30

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

Shades of Electric Lime #C8FE1E

Tints of Electric Lime #C8FE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.2%

R = 41.32%
G = 52.48%
B = 6.2%

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

#C8FE1E (or 0xC8FE1E) is known color: Electric Lime. HEX triplet: C8, FE and 1E. RGB value is (200,254,30). Sum of RGB (Red+Green+Blue) = 200+254+30=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FE1E is #3701E1. Grayscale: #D5D5D5. Windows color (decimal): -3604962 or 2031304. OLE color: 2031304.

HSL color Cylindrical-coordinate representation of color #C8FE1E: hue angle of 74.46º 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 #C8FE1E is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 254 30 -
CMYK 0.21 0 0.88 0.00
HSL 74.46º 0.99% 0.56% -
HSV(B) 74.46º 0.88% 1% -
XYZ 59.5 83.26 14.16 -
YUV 212.32 25.11 119.21 -
System Red Green Blue C M Y K H S L
Decimal 200 254 30 0.21 0 0.88 0.00 74.46 0.99 0.56
Hex C8 FE 1E 15 0 58 0 4A 63 38
Octal 310 376 36 25 0 130 0 112 143 70
Binary 11001000 11111110 11110 10101 0 1011000 0 1001010 1100011 111000

Color Harmonies of #C8FE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FE1E

Black with #C8FE1E

Text Example


Text Example

White with #C8FE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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