Html Css Color HEX #CFFE20 Electric Lime

📋 copy color: '#CFFE20'

red 207 ◦ green 254 ◦ blue 32

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

Shades of Electric Lime #CFFE20

Tints of Electric Lime #CFFE20

RGB

 RED value IS 207 (81.25% from 255) = 41.99%

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

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

R = 41.99%
G = 51.52%
B = 6.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#CFFE20 (or 0xCFFE20) is known color: Electric Lime. HEX triplet: CF, FE and 20. RGB value is (207,254,32). Sum of RGB (Red+Green+Blue) = 207+254+32=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE20 is #3001DF. Grayscale: #D7D7D7. Windows color (decimal): -3146208 or 2162383. OLE color: 2162383.

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

Color convert

RGB 207 254 32 -
CMYK 0.19 0 0.87 0.00
HSL 72.7º 0.99% 0.56% -
HSV(B) 72.7º 0.87% 1% -
XYZ 61.43 84.25 14.39 -
YUV 214.64 24.93 122.55 -
System Red Green Blue C M Y K H S L
Decimal 207 254 32 0.19 0 0.87 0.00 72.7 0.99 0.56
Hex CF FE 20 13 0 57 0 49 63 38
Octal 317 376 40 23 0 127 0 111 143 70
Binary 11001111 11111110 100000 10011 0 1010111 0 1001001 1100011 111000

Color Harmonies of #CFFE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE20

Black with #CFFE20

Text Example


Text Example

White with #CFFE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE20; }

 p { color: rgb(207,254,32); }

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

background-color css

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

 a { background-color: rgb(207,254,32); }

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

border-color css

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

 span { border-color: rgb(207,254,32); }

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