Html Css Color HEX #CFF606 Electric Lime

📋 copy color: '#CFF606'

red 207 ◦ green 246 ◦ blue 6

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

Shades of Electric Lime #CFF606

Tints of Electric Lime #CFF606

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.59%

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 45.1%
G = 53.59%
B = 1.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CFF606 (or 0xCFF606) is known color: Electric Lime. HEX triplet: CF, F6 and 06. RGB value is (207,246,6). Sum of RGB (Red+Green+Blue) = 207+246+6=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF606 is #3009F9. Grayscale: #CFCFCF. Windows color (decimal): -3148282 or 456399. OLE color: 456399.

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

Color convert

RGB 207 246 6 -
CMYK 0.16 0 0.98 0.04
HSL 69.75º 0.95% 0.49% -
HSV(B) 69.75º 0.98% 0.96% -
XYZ 58.72 79.19 12.36 -
YUV 206.98 14.58 128.01 -
System Red Green Blue C M Y K H S L
Decimal 207 246 6 0.16 0 0.98 0.04 69.75 0.95 0.49
Hex CF F6 6 10 0 62 4 46 5F 31
Octal 317 366 6 20 0 142 4 106 137 61
Binary 11001111 11110110 110 10000 0 1100010 100 1000110 1011111 110001

Color Harmonies of #CFF606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF606

Black with #CFF606

Text Example


Text Example

White with #CFF606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF606; }

 p { color: rgb(207,246,6); }

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

background-color css

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

 a { background-color: rgb(207,246,6); }

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

border-color css

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

 span { border-color: rgb(207,246,6); }

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