Html Css Color HEX #CFF80B Electric Lime

📋 copy color: '#CFF80B'

red 207 ◦ green 248 ◦ blue 11

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

Shades of Electric Lime #CFF80B

Tints of Electric Lime #CFF80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.36%

R = 44.42%
G = 53.22%
B = 2.36%

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

#CFF80B (or 0xCFF80B) is known color: Electric Lime. HEX triplet: CF, F8 and 0B. RGB value is (207,248,11). Sum of RGB (Red+Green+Blue) = 207+248+11=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF80B is #3007F4. Grayscale: #D1D1D1. Windows color (decimal): -3147765 or 784591. OLE color: 784591.

HSL color Cylindrical-coordinate representation of color #CFF80B: hue angle of 70.38º 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 #CFF80B is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 11 -
CMYK 0.17 0 0.96 0.03
HSL 70.38º 0.94% 0.51% -
HSV(B) 70.38º 0.96% 0.97% -
XYZ 59.36 80.42 12.71 -
YUV 208.72 16.42 126.77 -
System Red Green Blue C M Y K H S L
Decimal 207 248 11 0.17 0 0.96 0.03 70.38 0.94 0.51
Hex CF F8 B 11 0 60 3 46 5E 33
Octal 317 370 13 21 0 140 3 106 136 63
Binary 11001111 11111000 1011 10001 0 1100000 11 1000110 1011110 110011

Color Harmonies of #CFF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF80B

Black with #CFF80B

Text Example


Text Example

White with #CFF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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