Html Css Color HEX #CFF80A Electric Lime

📋 copy color: '#CFF80A'

red 207 ◦ green 248 ◦ blue 10

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

Shades of Electric Lime #CFF80A

Tints of Electric Lime #CFF80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.33%

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 44.52%
G = 53.33%
B = 2.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#CFF80A (or 0xCFF80A) is known color: Electric Lime. HEX triplet: CF, F8 and 0A. RGB value is (207,248,10). Sum of RGB (Red+Green+Blue) = 207+248+10=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF80A is #3007F5. Grayscale: #D1D1D1. Windows color (decimal): -3147766 or 719055. OLE color: 719055.

HSL color Cylindrical-coordinate representation of color #CFF80A: hue angle of 70.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF80A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 10 -
CMYK 0.17 0 0.96 0.03
HSL 70.34º 0.94% 0.51% -
HSV(B) 70.34º 0.96% 0.97% -
XYZ 59.35 80.42 12.68 -
YUV 208.61 15.92 126.85 -
System Red Green Blue C M Y K H S L
Decimal 207 248 10 0.17 0 0.96 0.03 70.34 0.94 0.51
Hex CF F8 A 11 0 60 3 46 5E 33
Octal 317 370 12 21 0 140 3 106 136 63
Binary 11001111 11111000 1010 10001 0 1100000 11 1000110 1011110 110011

Color Harmonies of #CFF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF80A

Black with #CFF80A

Text Example


Text Example

White with #CFF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF80A; }

 p { color: rgb(207,248,10); }

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

background-color css

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

 a { background-color: rgb(207,248,10); }

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

border-color css

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

 span { border-color: rgb(207,248,10); }

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