Html Css Color HEX #C8FD20 Electric Lime

📋 copy color: '#C8FD20'

red 200 ◦ green 253 ◦ blue 32

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

Shades of Electric Lime #C8FD20

Tints of Electric Lime #C8FD20

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

 BLUE value IS 32 (12.89% from 255) = 6.6%

R = 41.24%
G = 52.16%
B = 6.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#C8FD20 (or 0xC8FD20) is known color: Electric Lime. HEX triplet: C8, FD and 20. RGB value is (200,253,32). Sum of RGB (Red+Green+Blue) = 200+253+32=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FD20 is #3702DF. Grayscale: #D4D4D4. Windows color (decimal): -3605216 or 2162120. OLE color: 2162120.

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

Color convert

RGB 200 253 32 -
CMYK 0.21 0 0.87 0.01
HSL 74.39º 0.98% 0.56% -
HSV(B) 74.39º 0.87% 0.99% -
XYZ 59.21 82.63 14.2 -
YUV 211.96 26.44 119.47 -
System Red Green Blue C M Y K H S L
Decimal 200 253 32 0.21 0 0.87 0.01 74.39 0.98 0.56
Hex C8 FD 20 15 0 57 1 4A 62 38
Octal 310 375 40 25 0 127 1 112 142 70
Binary 11001000 11111101 100000 10101 0 1010111 1 1001010 1100010 111000

Color Harmonies of #C8FD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FD20

Black with #C8FD20

Text Example


Text Example

White with #C8FD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FD20; }

 p { color: rgb(200,253,32); }

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

background-color css

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

 a { background-color: rgb(200,253,32); }

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

border-color css

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

 span { border-color: rgb(200,253,32); }

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