Html Css Color HEX #CFF511 Electric Lime

📋 copy color: '#CFF511'

red 207 ◦ green 245 ◦ blue 17

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

Shades of Electric Lime #CFF511

Tints of Electric Lime #CFF511

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.24%

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 44.14%
G = 52.24%
B = 3.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CFF511 (or 0xCFF511) is known color: Electric Lime. HEX triplet: CF, F5 and 11. RGB value is (207,245,17). Sum of RGB (Red+Green+Blue) = 207+245+17=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF511 is #300AEE. Grayscale: #D0D0D0. Windows color (decimal): -3148527 or 1177039. OLE color: 1177039.

HSL color Cylindrical-coordinate representation of color #CFF511: hue angle of 70º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFF511 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 17 -
CMYK 0.16 0 0.93 0.04
HSL 70º 0.92% 0.51% -
HSV(B) 70º 0.93% 0.96% -
XYZ 58.49 78.61 12.62 -
YUV 207.65 20.41 127.54 -
System Red Green Blue C M Y K H S L
Decimal 207 245 17 0.16 0 0.93 0.04 70 0.92 0.51
Hex CF F5 11 10 0 5D 4 46 5C 33
Octal 317 365 21 20 0 135 4 106 134 63
Binary 11001111 11110101 10001 10000 0 1011101 100 1000110 1011100 110011

Color Harmonies of #CFF511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF511

Black with #CFF511

Text Example


Text Example

White with #CFF511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF511; }

 p { color: rgb(207,245,17); }

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

background-color css

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

 a { background-color: rgb(207,245,17); }

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

border-color css

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

 span { border-color: rgb(207,245,17); }

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