Html Css Color HEX #CFF80F Electric Lime

📋 copy color: '#CFF80F'

red 207 ◦ green 248 ◦ blue 15

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

Shades of Electric Lime #CFF80F

Tints of Electric Lime #CFF80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 44.04%
G = 52.77%
B = 3.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CFF80F (or 0xCFF80F) is known color: Electric Lime. HEX triplet: CF, F8 and 0F. RGB value is (207,248,15). Sum of RGB (Red+Green+Blue) = 207+248+15=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF80F is #3007F0. Grayscale: #D2D2D2. Windows color (decimal): -3147761 or 1046735. OLE color: 1046735.

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

Color convert

RGB 207 248 15 -
CMYK 0.17 0 0.94 0.03
HSL 70.56º 0.94% 0.52% -
HSV(B) 70.56º 0.94% 0.97% -
XYZ 59.39 80.43 12.85 -
YUV 209.18 18.42 126.45 -
System Red Green Blue C M Y K H S L
Decimal 207 248 15 0.17 0 0.94 0.03 70.56 0.94 0.52
Hex CF F8 F 11 0 5E 3 47 5E 34
Octal 317 370 17 21 0 136 3 107 136 64
Binary 11001111 11111000 1111 10001 0 1011110 11 1000111 1011110 110100

Color Harmonies of #CFF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF80F

Black with #CFF80F

Text Example


Text Example

White with #CFF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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