Html Css Color HEX #C8FF1B Electric Lime

📋 copy color: '#C8FF1B'

red 200 ◦ green 255 ◦ blue 27

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

Shades of Electric Lime #C8FF1B

Tints of Electric Lime #C8FF1B

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

 BLUE value IS 27 (10.94% from 255) = 5.6%

R = 41.49%
G = 52.9%
B = 5.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#C8FF1B (or 0xC8FF1B) is known color: Electric Lime. HEX triplet: C8, FF and 1B. RGB value is (200,255,27). Sum of RGB (Red+Green+Blue) = 200+255+27=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FF1B is #3700E4. Grayscale: #D5D5D5. Windows color (decimal): -3604709 or 1834952. OLE color: 1834952.

HSL color Cylindrical-coordinate representation of color #C8FF1B: hue angle of 74.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8FF1B is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 200 255 27 -
CMYK 0.22 0 0.89 0
HSL 74.47º 1% 0.55% -
HSV(B) 74.47º 0.89% 1% -
XYZ 59.78 83.88 14.08 -
YUV 212.56 23.28 119.04 -
System Red Green Blue C M Y K H S L
Decimal 200 255 27 0.22 0 0.89 0 74.47 1 0.55
Hex C8 FF 1B 16 0 59 0 4A 64 37
Octal 310 377 33 26 0 131 0 112 144 67
Binary 11001000 11111111 11011 10110 0 1011001 0 1001010 1100100 110111

Color Harmonies of #C8FF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FF1B

Black with #C8FF1B

Text Example


Text Example

White with #C8FF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FF1B; }

 p { color: rgb(200,255,27); }

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

background-color css

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

 a { background-color: rgb(200,255,27); }

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

border-color css

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

 span { border-color: rgb(200,255,27); }

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